DescriptionCreate List<DartType> instead of List<TypeParameterType>.
FunctionTypeImpl needs List<DartType>, so we cannot use more specific
List<TypeParameterType> as is. In order to avoid conversion (and
creating additional objects), we have to use List<DartType>.
R=paulberry@google.com, brianwilkerson@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/1c69a71bf1765fda8af81a57aa36ccd78fefd952
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|