| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index 042e5c828608d2a7e55545fa0d626479c53560a0..2cd41d5153809374db69ca0f5538caf0100206ba 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -1150,7 +1150,7 @@ class FieldParameterElementX extends VariableElementX
|
|
|
| DartType computeType(Compiler compiler) {
|
| VariableDefinitions definitions = variables.parseNode(compiler);
|
| - if (definitions.type == null && !definitions.modifiers.isVar()) {
|
| + if (definitions.type == null) {
|
| return fieldElement.computeType(compiler);
|
| }
|
| return super.computeType(compiler);
|
|
|