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

Unified Diff: tests/language/regress_18535_test.dart

Issue 263153002: Fix passing of type arguments in redirecting constructors. (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
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_18535_test.dart
diff --git a/tests/language/deferred_no_prefix_test.dart b/tests/language/regress_18535_test.dart
similarity index 61%
copy from tests/language/deferred_no_prefix_test.dart
copy to tests/language/regress_18535_test.dart
index c81b47c34c1f7eaa2781829acd80652176b326be..991a8a8da9c33fd9d058bb44316c694aec71f490 100644
--- a/tests/language/deferred_no_prefix_test.dart
+++ b/tests/language/regress_18535_test.dart
@@ -2,10 +2,11 @@
// 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.
-// Loading a deferred library without prefix is not allowed.
-import "deferred_constraints_lib2.dart"
- deferred /// 01: compile-time error
-;
+// Regression test for issue 18535.
+
+import 'dart:mirrors';
+import 'package:collection/collection.dart';
void main() {
-}
+ print(currentMirrorSystem().libraries);
+}
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698