| Index: pkg/compiler/lib/src/native/js.dart
|
| diff --git a/pkg/compiler/lib/src/native/js.dart b/pkg/compiler/lib/src/native/js.dart
|
| index 2203b55f19394d1e10bb928db11461a0dee10283..7dc7d70f32e36a24edcc31607e8989fbf5f27e33 100644
|
| --- a/pkg/compiler/lib/src/native/js.dart
|
| +++ b/pkg/compiler/lib/src/native/js.dart
|
| @@ -223,6 +223,8 @@ class ThrowBehaviorVisitor extends js.BaseVisitor<NativeThrowBehavior> {
|
| return NativeThrowBehavior.NEVER;
|
| NativeThrowBehavior result = visit(node.argument);
|
| switch (node.op) {
|
| + case '+':
|
| + case '-':
|
| case '!':
|
| case '~':
|
| case 'void':
|
|
|