Index: runtime/lib/errors_patch.dart |
diff --git a/runtime/lib/errors_patch.dart b/runtime/lib/errors_patch.dart |
index bf0405922f5d7bcce314b3ff7c117fcf186fe3e5..e3197bf5408c7ab7ab0b5043cb425d77ae62704b 100644 |
--- a/runtime/lib/errors_patch.dart |
+++ b/runtime/lib/errors_patch.dart |
@@ -103,7 +103,7 @@ class _CastError extends Error implements CastError { |
static _throwNew(int case_clause_pos) native "FallThroughError_throwNew"; |
- @patch String toString() { |
+ String toString() { |
return "'$_url': Switch case fall-through at line $_line."; |
} |