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

Unified Diff: tests/language/regress_23408_lib.dart

Issue 1219023002: Redirection type of a redirecting factory can be deferred (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add test case Created 5 years, 6 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 | « tests/language/language_analyzer2.status ('k') | tests/language/regress_23408_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_23408_lib.dart
diff --git a/tools/canary.dart b/tests/language/regress_23408_lib.dart
similarity index 68%
copy from tools/canary.dart
copy to tests/language/regress_23408_lib.dart
index cca1f90cd7be8eb2481a00a89bbc7ba7edaa6d4f..64c49641a95573c423a8e1e97eeefbb0a2b944e6 100644
--- a/tools/canary.dart
+++ b/tests/language/regress_23408_lib.dart
@@ -2,10 +2,10 @@
// 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.
-// Script which exits with code 42.
+library regress_23408_lib;
-import 'dart:io';
+import "regress_23408_test.dart" as main;
-void main() {
- exitCode = 42;
+class K extends main.C {
+ K();
}
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/regress_23408_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698