blob: 311b6f8a5677c2b3bd60e3a12ab19bcd56febec6 [file] [log] [blame]
Problems reported:
parser/nnbd/issue_44477:1:15: Expected an identifier, but got ''.
Future<List<>>
^...
WARNING: Reporting at eof --- see below for details.
parser/nnbd/issue_44477:1:13: Expected a type, but got '>>'.
Future<List<>>
^^
parser/nnbd/issue_44477:1:15: Expected an identifier, but got ''.
Future<List<>>
^...
WARNING: Reporting at eof --- see below for details.
parser/nnbd/issue_44477:1:15: Expected ';' after this.
Future<List<>>
^...
WARNING: Reporting at eof --- see below for details.
beginCompilationUnit(Future)
beginMetadataStar(Future)
endMetadataStar(0)
beginTopLevelMember(Future)
handleRecoverableError(Message[ExpectedIdentifier, Expected an identifier, but got ''., Try inserting an identifier before ''., {lexeme: }], , )
// WARNING: Reporting at eof for .
beginFields()
handleIdentifier(Future, typeReference)
beginTypeArguments(<)
handleIdentifier(List, typeReference)
beginTypeArguments(<)
handleRecoverableError(Message[ExpectedType, Expected a type, but got '>>'., null, {lexeme: >>}], >>, >>)
handleIdentifier(, typeReference)
handleNoTypeArguments(>>)
handleType(, null)
endTypeArguments(1, <, >)
handleType(List, null)
endTypeArguments(1, <, >)
handleType(Future, null)
handleRecoverableError(Message[ExpectedIdentifier, Expected an identifier, but got ''., Try inserting an identifier before ''., {lexeme: }], , )
// WARNING: Reporting at eof for .
handleIdentifier(, topLevelVariableDeclaration)
handleNoFieldInitializer()
handleRecoverableError(Message[ExpectedAfterButGot, Expected ';' after this., null, {string: ;}], , )
// WARNING: Reporting at eof for .
endTopLevelFields(null, null, null, null, null, 1, Future, ;)
endTopLevelDeclaration()
endCompilationUnit(1, )