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

Unified Diff: pkg/analyzer_plugin/analyzer_plugin.iml

Issue 2864853002: Fix constructor invocation type inference. (Closed)
Patch Set: Rebase and remove unnecessary changes Created 3 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
« no previous file with comments | « pkg/analysis_server/analysis_server.iml ('k') | pkg/front_end/lib/src/fasta/builder/ast_factory.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/analyzer_plugin.iml
diff --git a/pkg/analyzer_plugin/analyzer_plugin.iml b/pkg/analyzer_plugin/analyzer_plugin.iml
index ad1d98e598c2e8cd81e7e5a1e8b8fa6efb5b0482..29380be44f84e4f81adb127adaf1d891472031f2 100644
--- a/pkg/analyzer_plugin/analyzer_plugin.iml
+++ b/pkg/analyzer_plugin/analyzer_plugin.iml
@@ -12,6 +12,9 @@
<excludeFolder url="file://$MODULE_DIR$/test/plugin/packages" />
<excludeFolder url="file://$MODULE_DIR$/test/src/channel/packages" />
<excludeFolder url="file://$MODULE_DIR$/test/src/packages" />
+ <excludeFolder url="file://$MODULE_DIR$/test/src/utilities/change_builder/packages" />
+ <excludeFolder url="file://$MODULE_DIR$/test/src/utilities/packages" />
+ <excludeFolder url="file://$MODULE_DIR$/test/support/packages" />
<excludeFolder url="file://$MODULE_DIR$/test/utilities/packages" />
<excludeFolder url="file://$MODULE_DIR$/test/utilities/subscriptions/packages" />
<excludeFolder url="file://$MODULE_DIR$/tool/packages" />
@@ -21,6 +24,5 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="application" />
<orderEntry type="library" name="Dart SDK" level="project" />
- <orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
« no previous file with comments | « pkg/analysis_server/analysis_server.iml ('k') | pkg/front_end/lib/src/fasta/builder/ast_factory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698