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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/util/util.dart

Issue 11416004: Reject deprecated language features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: abstract class in resolver test Created 8 years, 1 month 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: dart/sdk/lib/_internal/compiler/implementation/util/util.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/util/util.dart b/dart/sdk/lib/_internal/compiler/implementation/util/util.dart
index b4ce267a9cf6403898472c647deaa51b5b29d532..64194ea4d4c79f0db3550227497397912ccf5ab8 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/util/util.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/util/util.dart
@@ -21,7 +21,7 @@ class SpannableAssertionFailure {
final String message;
SpannableAssertionFailure(this.node, this.message);
- String toString() => 'compiler crashed.';
+ String toString() => 'Compiler crashed: $message.';
}
/// Writes the characters of [iterator] on [buffer]. The characters

Powered by Google App Engine
This is Rietveld 408576698