| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 1fcdac5f801818bf7f0c697b3b3d9bd6fba9649d..7a48158f8be865ff49a592ae4b13e56db5103c90 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -1263,7 +1263,7 @@ abstract class TypeDeclarationElement implements Element {
|
| * variables are not set until [element] has been resolved.
|
| */
|
| static Link<DartType> createTypeVariables(TypeDeclarationElement element,
|
| - NodeList parameters) {
|
| + NodeList parameters) {
|
| if (parameters == null) return const Link<DartType>();
|
|
|
| // Create types and elements for type variable.
|
|
|