Description[kernel] Fix loss of supertype arguments.
Before this, if a generic class was instantiated with only dynamic,
TypeArgument::null would be used as the type argument, ignoring
types from the super.
Now it only returns TypeArguments::null if the class directly gives all
type arguments (and they are all dynamic).
Fixes #29537
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/29036d398b0523ace72cb8f89f781a58c0a63aa2
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (2 generated)
|