blob: 80313067ead4d9f295c54be0db95f5023a1e5461 [file] [log] [blame]
Problems reported:
parser/error_recovery/bracket_mismatch_02:2:4: Expected ';' after this.
{[};
^
parser/error_recovery/bracket_mismatch_02:2:4: Can't find ']' to match '['.
{[};
^
beginCompilationUnit(void)
beginMetadataStar(void)
endMetadataStar(0)
beginTopLevelMember(void)
beginTopLevelMethod(UnmatchedToken([), null)
handleVoidKeyword(void)
handleIdentifier(foo, topLevelFunctionDeclaration)
handleNoTypeVariables(()
beginFormalParameters((, MemberKind.TopLevelMethod)
endFormalParameters(0, (, ), MemberKind.TopLevelMethod)
handleAsyncModifier(null, null)
beginBlockFunctionBody({)
beginBlock({, BlockKind(statement))
handleNoTypeArguments([)
handleLiteralList(0, [, null, ])
handleRecoverableError(Message[ExpectedAfterButGot, Expected ';' after this., null, {string: ;}], [, [)
handleExpressionStatement(;)
endBlock(1, {, }, BlockKind(statement))
handleEmptyStatement(;)
endBlockFunctionBody(2, {, })
endTopLevelMethod(void, null, })
endTopLevelDeclaration()
handleErrorToken(UnmatchedToken([))
handleRecoverableError(Message[UnmatchedToken, Can't find ']' to match '['., null, {string: ], token: [}], UnmatchedToken([), UnmatchedToken([))
endCompilationUnit(1, )