f521734ce7
Fixes the underlying problem for the crash reported in https://github.com/flutter/flutter/issues/46823 Change-Id: I392c7bae3679cae52b694f3bd08b0b700ee9c56f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128540 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
24 lines
793 B
Plaintext
24 lines
793 B
Plaintext
beginCompilationUnit(main)
|
|
beginMetadataStar(main)
|
|
endMetadataStar(0)
|
|
beginTopLevelMember(main)
|
|
beginTopLevelMethod(, null)
|
|
handleNoType()
|
|
handleIdentifier(main, topLevelFunctionDeclaration)
|
|
handleNoTypeVariables(()
|
|
beginFormalParameters((, MemberKind.TopLevelMethod)
|
|
endFormalParameters(0, (, ), MemberKind.TopLevelMethod)
|
|
handleAsyncModifier(null, null)
|
|
beginBlockFunctionBody({)
|
|
handleIdentifier(foo, expression)
|
|
handleNoTypeArguments(=)
|
|
handleNoArguments(=)
|
|
handleSend(foo, =)
|
|
handleLiteralInt(42)
|
|
handleAssignmentExpression(=)
|
|
handleExpressionStatement(;)
|
|
endBlockFunctionBody(1, {, })
|
|
endTopLevelMethod(main, null, })
|
|
endTopLevelDeclaration()
|
|
endCompilationUnit(1, )
|