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
Example:
import "dart:mirrors"; main() { var im = reflect(null); print(im.invoke(const Symbol("=="), [null]).reflectee); }
gives:
reflectNull.dart.out:8820: TypeError: Cannot read property 'constructor' of null cache = t1.constructor[cacheName];
The text was updated successfully, but these errors were encountered:
Added Library-Mirrors, Accepted labels.
Sorry, something went wrong.
Marked this as blocking #6490.
Added this to the M7 milestone.
Removed Priority-Unassigned label. Added Priority-Medium label.
Removed this from the M7 milestone. Added this to the M8 milestone.
https://codereview.chromium.org/161333002/
Set owner to @floitschG. Added Started label.
Fixed in r32650.
Added Fixed label.
floitschG
No branches or pull requests
Example:
import "dart:mirrors";
main() {
var im = reflect(null);
print(im.invoke(const Symbol("=="), [null]).reflectee);
}
gives:
reflectNull.dart.out:8820: TypeError: Cannot read property 'constructor' of null
cache = t1.constructor[cacheName];
The text was updated successfully, but these errors were encountered: