| Index: lib/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/codegen.dart (revision 13683)
|
| +++ lib/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -2239,7 +2239,7 @@
|
| new js.Binary('&&', objectTest, pop())));
|
| }
|
|
|
| - void checkType(HInstruction input, DartType type, [bool negative = false]) {
|
| + void checkType(HInstruction input, DartType type, {bool negative: false}) {
|
| world.registerIsCheck(type);
|
| Element element = type.element;
|
| use(input);
|
|
|