File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1082,11 +1082,11 @@ namespace ts {
10821082 }
10831083 return token !== SyntaxKind . AsteriskToken && token !== SyntaxKind . OpenBraceToken && canFollowModifier ( ) ;
10841084 }
1085- if ( token === SyntaxKind . AbstractKeyword ) {
1086- nextToken ( ) ;
1087- // 'abstract' can precede class declarations and member function declarations.
1088- return token === SyntaxKind . ClassKeyword || token === SyntaxKind . Identifier ;
1089- }
1085+ // if (token === SyntaxKind.AbstractKeyword) {
1086+ // nextToken();
1087+ // // 'abstract' can precede class declarations and member function declarations.
1088+ // return token === SyntaxKind.ClassKeyword || token === SyntaxKind.Identifier;
1089+ // }
10901090 if ( token === SyntaxKind . DefaultKeyword ) {
10911091 return nextTokenIsClassOrFunction ( ) ;
10921092 }
You can’t perform that action at this time.
0 commit comments