Skip to content

Commit 55c526d

Browse files

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

third_party/src/main/java/com/jetbrains/lang/dart/DartTokenTypesSets.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ public DartLazyParseableBlockElementType() {
239239
super("LAZY_PARSEABLE_BLOCK", DartLanguage.INSTANCE);
240240
}
241241

242-
@Override
243-
public boolean isParsable(final @NotNull CharSequence buffer, final @NotNull Language fileLanguage, final @NotNull Project project) {
244-
return PsiBuilderUtil.hasProperBraceBalance(buffer, new DartLexer(), LBRACE, RBRACE);
245-
}
246-
247242
@Override
248243
public @Nullable ASTNode createNode(final @NotNull CharSequence text) {
249244
return new DartLazyParseableBlockImpl(this, text);

0 commit comments

Comments
 (0)