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

Unified Diff: pkg/compiler/lib/src/parser/listener.dart

Issue 1878253002: Adds support for remaining generic method syntax constructs. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Added comment at a tricky point Created 4 years, 8 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/parser/listener.dart
diff --git a/pkg/compiler/lib/src/parser/listener.dart b/pkg/compiler/lib/src/parser/listener.dart
index e1e4c3c557d223e72d0013b9a4019e7350661c1f..0c56c7205b5db6dabf6fe454b4cbf1d9d9e7a14b 100644
--- a/pkg/compiler/lib/src/parser/listener.dart
+++ b/pkg/compiler/lib/src/parser/listener.dart
@@ -301,6 +301,10 @@ class Listener {
void beginTypeVariable(Token token) {}
+ void handleExtendsOrSuper(Token token) {}
+
+ void handleNoExtendsNorSuper(Token token) {}
+
void endTypeVariable(Token token) {}
void beginTypeVariables(Token token) {}

Powered by Google App Engine
This is Rietveld 408576698