Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: pkg/kernel/lib/core_types.dart

Issue 2938573002: Improve recovery from compile-time errors. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/kernel/lib/core_types.dart
diff --git a/pkg/kernel/lib/core_types.dart b/pkg/kernel/lib/core_types.dart
index eeb3700757792eb236aa086361414990f08c8251..70630430c7e1cff42a7c4143019f2b11de651fca 100644
--- a/pkg/kernel/lib/core_types.dart
+++ b/pkg/kernel/lib/core_types.dart
@@ -25,6 +25,7 @@ class CoreTypes {
'Type',
'Function',
'Invocation',
+ '_ConstantExpressionError',
],
'dart:_internal': [
'Symbol',

Powered by Google App Engine
This is Rietveld 408576698