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

Unified Diff: pkg/compiler/lib/src/resolution/members.dart

Issue 1769043002: Don't assume that we always have a HowToFix and remove failing test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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: pkg/compiler/lib/src/resolution/members.dart
diff --git a/pkg/compiler/lib/src/resolution/members.dart b/pkg/compiler/lib/src/resolution/members.dart
index a0b7f96a90f8f081c2bb303a8018fbbd7e57a199..5821afa6c3850e6889b3f09e444e0353f6a79b3a 100644
--- a/pkg/compiler/lib/src/resolution/members.dart
+++ b/pkg/compiler/lib/src/resolution/members.dart
@@ -1025,7 +1025,7 @@ class ResolverVisitor extends MappingVisitor<ResolutionResult> {
if (selector.isSetter) {
error = reportAndCreateErroneousElement(
node, name.text, MessageKind.UNDEFINED_SUPER_SETTER,
- {'className': currentClass.name, 'name': name});
+ {'className': currentClass.name, 'memberName': name});
} else {
error = reportAndCreateErroneousElement(
node, name.text, MessageKind.NO_SUCH_SUPER_MEMBER,
« no previous file with comments | « pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart ('k') | pkg/compiler/lib/src/typechecker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698