| Index: lib/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/nodes.dart (revision 13779)
|
| +++ lib/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -2566,7 +2566,7 @@
|
| HInstruction typeInfo, [this.nullOk = false])
|
| : super(<HInstruction>[expression, typeInfo]);
|
|
|
| - HIs(this.typeExpression, HInstruction expression, [this.nullOk = false])
|
| + HIs(this.typeExpression, HInstruction expression, {this.nullOk: false})
|
| : super(<HInstruction>[expression]);
|
|
|
| HInstruction get expression => inputs[0];
|
|
|