| Index: pkg/compiler/lib/src/ssa/type_builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/type_builder.dart b/pkg/compiler/lib/src/ssa/type_builder.dart
|
| index 5724e107ed2824759d64de5217f5eb9cc80d163e..ce9b60baba2920726d3e8371a9f5eb0009ed64ba 100644
|
| --- a/pkg/compiler/lib/src/ssa/type_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/type_builder.dart
|
| @@ -200,7 +200,8 @@ class TypeBuilder {
|
| TypeInfoExpressionKind.COMPLETE,
|
| argument,
|
| inputs,
|
| - builder.commonMasks.dynamicType)..sourceInformation = sourceInformation;
|
| + builder.commonMasks.dynamicType)
|
| + ..sourceInformation = sourceInformation;
|
| builder.add(result);
|
| return result;
|
| }
|
|
|