We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import 'dart:mirrors'; typedef void Foo(); main() { print(Foo); print(reflectType(Foo)); }
VM frontend:
Foo TypedefMirror on 'Foo'
Common frontend:
() => void FunctionTypeMirror on '() -> void'
The text was updated successfully, but these errors were encountered:
Seems to be related to #31359 (#32782)
Sorry, something went wrong.
[vm] Fix some missing private name mangling in the kernel reader.
787a43e
Bug: #32345 Bug: #33326 Bug: #33345 Change-Id: I89fb8f0332ef6f9f40de59c219af2a7c23e5943f Reviewed-on: https://dart-review.googlesource.com/58400 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Vyacheslav Egorov <[email protected]> Reviewed-by: Alexander Markov <[email protected]>
No branches or pull requests
VM frontend:
Common frontend:
The text was updated successfully, but these errors were encountered: