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