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

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

Issue 267293006: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 6425449dce0eaac88d6c24105d27ceb70f660b88..41745aee3f3f433502c3936ccb4b2658a961b31d 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
@@ -954,7 +954,10 @@ public class MainEngine {
unit.getDirectives().add(importDirective("ast.dart", null));
unit.getDirectives().add(importDirective("utilities_dart.dart", null));
unit.getDirectives().add(
- importDirective("engine.dart", null, importShowCombinator("AnalysisEngine")));
+ importDirective(
+ "engine.dart",
+ null,
+ importShowCombinator("AnalysisEngine", "AnalysisOptionsImpl")));
unit.getDirectives().add(
importDirective("utilities_collection.dart", null, importShowCombinator("TokenMap")));
for (CompilationUnitMember member : dartUnit.getDeclarations()) {
« no previous file with comments | « editor/util/plugins/com.google.dart.java2dart/resources/java_engine.dart ('k') | pkg/analyzer/lib/src/generated/constant.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698