| Index: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| index d6156408bff8f007fe81e0b57ebe890cd8c17ac5..6f979795c956d1a8c94f3854e5ff7bdbe1b376a1 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| @@ -656,3 +656,9 @@ class StackTrace {
|
| return getTraceFromException(JS('', 'new Error()'));
|
| }
|
| }
|
| +
|
| +@patch
|
| +class _ConstantExpressionError {
|
| + @patch
|
| + _throw(error) => throw error;
|
| +}
|
|
|