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 ec8274d1ee5cad274a6d088ceb1f541707398c3e..02cb2af6495da0f592a44ba854d3e86d71cbb823 100644 |
--- a/pkg/compiler/lib/src/parser/listener.dart |
+++ b/pkg/compiler/lib/src/parser/listener.dart |
@@ -233,6 +233,24 @@ class Listener { |
Token asKeyword, Token semicolon) { |
} |
+ void beginConditionalUris(Token token) { |
+ } |
+ |
+ void endConditionalUris(int count) { |
+ } |
+ |
+ void beginConditionalUri(Token ifKeyword) { |
+ } |
+ |
+ void endConditionalUri(Token ifKeyword, Token equalitySign) { |
+ } |
+ |
+ void beginDottedName(Token token) { |
+ } |
+ |
+ void endDottedName(int count, Token firstIdentifier) { |
+ } |
+ |
void beginInitializedIdentifier(Token token) { |
} |