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

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

Issue 206193002: Remove cancel and make crash exit with code 253. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 9 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: sdk/lib/_internal/compiler/implementation/warnings.dart
diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart
index e1f4f33b141d9dd08bc6806d6af248e405ae8fa3..f50505a71f80b94f1987a0d4720a4abe098dd883 100644
--- a/sdk/lib/_internal/compiler/implementation/warnings.dart
+++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
@@ -803,8 +803,8 @@ main() => new C();
"in the implements clause.");
static const MessageKind MULTI_INHERITANCE = const MessageKind(
- "Inheritance of the same class with different type "
- "arguments is not supported: Both #{firstType} and #{secondType} are "
+ "Dart2js does not currently support inheritance of the same class with "
+ "different type arguments: Both #{firstType} and #{secondType} are "
"supertypes of #{thisType}.");
static const MessageKind ILLEGAL_SUPER_SEND = const MessageKind(
@@ -1225,7 +1225,7 @@ main() => A.A = 1;
);
static const MessageKind UNSUPPORTED_LITERAL_SYMBOL = const MessageKind(
- "Symbol literal '##{value}' is currently unsupported.");
+ "Symbol literal '##{value}' is currently unsupported by dart2js.");
static const MessageKind INVALID_SYMBOL = const MessageKind('''
'#{value}' is not a valid Symbol name because is not:
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/util/util.dart ('k') | sdk/lib/_internal/compiler/implementation/world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698