Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 6290) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -6685,6 +6685,7 @@ |
| Error& error = Error::Handle(); |
| error ^= const_value.raw(); |
| if (const_value.IsUnhandledException()) { |
| + field.set_value(Instance::Handle()); |
| // It is a compile-time error if evaluation of a compile-time constant |
| // would raise an exception. |
| if (field.is_final()) { |