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> {} |