blob: 5a36aaf76ff035ffff013d1904b0c82c5f8b316d [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 ''., {token: }], , )
// WARNING: Reporting at eof for .
beginFields()
handleIdentifier(Future, typeReference)
beginTypeArguments(<)
handleIdentifier(List, typeReference)
beginTypeArguments(<)
handleRecoverableError(Message[ExpectedType, Expected a type, but got '>>'., null, {token: >>}], >>, >>)
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 ''., {token: }], , )
// 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, )