| Index: lib/compiler/implementation/js_backend/constant_system_javascript.dart
|
| diff --git a/lib/compiler/implementation/js_backend/constant_system_javascript.dart b/lib/compiler/implementation/js_backend/constant_system_javascript.dart
|
| index 5e151f61408bfa847e11c2537cf395ae0200b38a..f4532b531f07098fe039ecd31f3861a05c9bceca 100644
|
| --- a/lib/compiler/implementation/js_backend/constant_system_javascript.dart
|
| +++ b/lib/compiler/implementation/js_backend/constant_system_javascript.dart
|
| @@ -131,6 +131,8 @@ class JavaScriptIdentityOperation implements BinaryOperation {
|
| }
|
| return result;
|
| }
|
| +
|
| + apply(left, right) => identical(left, right);
|
| }
|
|
|
| /**
|
|
|