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

Unified Diff: pkg/compiler/lib/src/warnings.dart

Issue 1151063003: Allow this?.foo (again) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/warnings.dart
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
index 692fc0ce3c10f049bedea67ae7cd29b48baad201..1e809f4f94949e5d6307317b43611b4166446349 100644
--- a/pkg/compiler/lib/src/warnings.dart
+++ b/pkg/compiler/lib/src/warnings.dart
@@ -598,9 +598,6 @@ main() => new C<String>();
static const MessageKind INVALID_USE_OF_SUPER = const MessageKind(
"'super' not allowed here.");
- static const MessageKind INVALID_USE_OF_THIS = const MessageKind(
- "'this' not allowed here.");
-
static const MessageKind INVALID_CASE_DEFAULT = const MessageKind(
"'default' only allowed on last case of a switch.");
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698