blob: 6c4db588686296ced191ceef96f127c3300ac07f [file] [log] [blame]
Problems reported:
parser/error_recovery/issue_45327.crash:2:16: Expected ';' after this.
if (n is int or
^^
parser/error_recovery/issue_45327.crash:2:6: Can't find ')' to match '('.
if (n is int or
^
beginCompilationUnit(main)
beginMetadataStar(main)
endMetadataStar(0)
beginTopLevelMember(main)
beginTopLevelMethod(UnmatchedToken((), null)
handleNoType(UnmatchedToken(())
handleIdentifier(main, topLevelFunctionDeclaration)
handleNoTypeVariables(()
beginFormalParameters((, MemberKind.TopLevelMethod)
endFormalParameters(0, (, ), MemberKind.TopLevelMethod)
handleAsyncModifier(null, null)
beginBlockFunctionBody({)
beginIfStatement(if)
handleIdentifier(n, expression)
handleNoTypeArguments(is)
handleNoArguments(is)
handleSend(n, is)
beginIsOperatorType(is)
handleIdentifier(int, typeReference)
handleNoTypeArguments(or)
handleType(int, null)
endIsOperatorType(is)
handleIsOperator(is, null)
handleParenthesizedCondition(()
beginThenStatement(or)
handleIdentifier(or, expression)
handleNoTypeArguments(})
handleNoArguments(})
handleSend(or, })
handleRecoverableError(Message[ExpectedAfterButGot, Expected ';' after this., null, {string: ;}], or, or)
handleExpressionStatement(;)
endThenStatement(;)
endIfStatement(if, null)
endBlockFunctionBody(1, {, })
endTopLevelMethod(main, null, })
endTopLevelDeclaration()
handleErrorToken(UnmatchedToken(())
handleRecoverableError(Message[UnmatchedToken, Can't find ')' to match '('., null, {string: ), lexeme: (}], UnmatchedToken((), UnmatchedToken(())
endCompilationUnit(1, )