blob: afecf7ca7d8ae6a1844e5102cd6b2f4e0b199681 [file] [log] [blame]
Problems reported:
parser/error_recovery/issue_42229_prime_5:1:1: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
hello
^^^^^
parser/error_recovery/issue_42229_prime_5:1:1: Expected ';' after this.
hello
^^^^^
beginCompilationUnit(hello)
beginMetadataStar(hello)
endMetadataStar(0)
beginTopLevelMember(hello)
beginFields()
handleRecoverableError(MissingConstFinalVarOrType, hello, hello)
handleNoType()
handleIdentifier(hello, topLevelVariableDeclaration)
handleNoFieldInitializer()
handleRecoverableError(Message[ExpectedAfterButGot, Expected ';' after this., null, {string: ;}], hello, hello)
endTopLevelFields(null, null, null, null, null, 1, hello, ;)
endTopLevelDeclaration()
endCompilationUnit(1, )