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

Unified Diff: tests/compiler/dart2js_extra/import_a_23853.dart

Issue 1244513003: dart2js: fix dependency tracking for deferred loading when types are only used (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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: tests/compiler/dart2js_extra/import_a_23853.dart
diff --git a/tests/compiler/dart2js_extra/23486_helper.dart b/tests/compiler/dart2js_extra/import_a_23853.dart
similarity index 83%
copy from tests/compiler/dart2js_extra/23486_helper.dart
copy to tests/compiler/dart2js_extra/import_a_23853.dart
index c15d826d1e589eaf26444916e38f78a2e3dfe630..9627dbe31b58d3dea3735d330a13e47dc38330d3 100644
--- a/tests/compiler/dart2js_extra/23486_helper.dart
+++ b/tests/compiler/dart2js_extra/import_a_23853.dart
@@ -2,4 +2,5 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-int x = 1;
+// helper for 23853_test.dart
+class A<T> {}

Powered by Google App Engine
This is Rietveld 408576698