-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Generics in Typedef not working as expected, when extending generic type #436
Comments
The problem is in dart/compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java. The this loop in visitClass: for (Type typeParameter : classElement.getTypeParameters()) { Should be repeated for visitFunctionTypeAlias. Added Area-Compiler, Triaged labels. |
This comment was originally written by [email protected] Set owner to [email protected]. |
This comment was originally written by [email protected] http://codereview.chromium.org/9049016/ Added Started label. |
This comment was originally written by [email protected] r3103 Added Fixed label. |
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
This should work as written. However, the editor complains with warning: 'internal error: type "MyBaseClass" is null'
What version of the product are you using? On what operating system?
Windows 7, Editor build 1357
Please provide any additional information below.
https://groups.google.com/a/dartlang.org/group/misc/browse_thread/thread/9936fa98166ec65b/54ed782814a23ef0?lnk=gst&q=typedef#54ed782814a23ef0
The text was updated successfully, but these errors were encountered: