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

Unified Diff: pkg/kernel/lib/ast.dart

Issue 2650823005: Change type interface target of SuperMethodInvocation to Procedure (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/ast.dart
diff --git a/pkg/kernel/lib/ast.dart b/pkg/kernel/lib/ast.dart
index f35e754d4d1c5238c2e6257267b16a26fcf38ddb..e3f56f9aa0de905c160aa09924eb2ab0c4770eee 100644
--- a/pkg/kernel/lib/ast.dart
+++ b/pkg/kernel/lib/ast.dart
@@ -1830,7 +1830,7 @@ class SuperMethodInvocation extends InvocationExpression {
Name name;
Arguments arguments;
- Member interfaceTarget;
+ Procedure interfaceTarget;
SuperMethodInvocation(this.name, this.arguments, this.interfaceTarget) {
arguments?.parent = this;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698