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

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 2661803002: Issue 28491. Add support for UnlinkedExprOperation.pushSuper even though it is not allowed. (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
Index: pkg/analyzer/lib/src/summary/idl.dart
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
index 0d8ce5edf4da47104e807b1c8fbeeb588df7142b..8a3d5b7554c74264820502a7013a28c3eaf8fa65 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -2388,6 +2388,11 @@ enum UnlinkedExprOperation {
* Push `this` expression onto the stack.
*/
pushThis,
+
+ /**
+ * Push `super` expression onto the stack.
+ */
+ pushSuper,
}
/**

Powered by Google App Engine
This is Rietveld 408576698