|  | 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:14: Expected ';' after this. | 
|  | Future<List<>> | 
|  | ^ | 
|  |  | 
|  | 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(DeclarationKind.TopLevel, null, null, null, null, null, null, null, ) | 
|  | 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: ;}], >, >) | 
|  | endTopLevelFields(null, null, null, null, null, 1, Future, ;) | 
|  | endTopLevelDeclaration() | 
|  | endCompilationUnit(1, ) |