Chromium Code Reviews
DescriptionFix Dart_New so that it works with List.
Specifically, when some interface "I" declares a default class "C",
that class "C" may either implement or not implement "I". It turns
out that the name lookup is supposed to be different in these two
cases. Before I only handled one of these cases correctly.
Also, it turns out I was passing bogus parameters to factory constructors.
I was supposed to pass type arguments, but instead I was passing the
wrong thing. Fixed this.
This should fix issue 2971.
Committed: https://code.google.com/p/dart/source/detail?r=8072
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||