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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart

Issue 3003613002: improve DDC's type checks (Closed)
Patch Set: format Created 3 years, 4 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/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 4a4c082101754059cc1b81a6d0be7acfcb5f6b36..b53fd026257c099ec26e1877f89454b40fc2a71e 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
@@ -177,9 +177,6 @@ class AbstractClassInstantiationError {
String toString() => "Cannot instantiate abstract class: '$_className'";
}
-/// An interface type for all Strong-mode errors.
-class StrongModeError extends Error {}
-
// Patch for DateTime implementation.
@patch
class DateTime {

Powered by Google App Engine
This is Rietveld 408576698