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

Unified Diff: editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java

Issue 17932005: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disable resolver tests Created 7 years, 6 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: editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
diff --git a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
index cc830f590c85529fcf0be3c8ea08b77388b8e3fc..53f74b889ed7ef9e9744a0d50e5b1d397dbc47ba 100644
--- a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
+++ b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
@@ -986,6 +986,11 @@ public class MainEngine {
unit.getDirectives().add(importDirective(src_package + "scanner.dart", null));
unit.getDirectives().add(
importDirective(
+ src_package + "ast.dart",
+ null,
+ importShowCombinator("ASTNode", "NodeLocator")));
+ unit.getDirectives().add(
+ importDirective(
src_package + "element.dart",
null,
importShowCombinator("InterfaceType", "MethodElement", "PropertyAccessorElement")));

Powered by Google App Engine
This is Rietveld 408576698