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

Unified Diff: tests/language/regress_25246_1_test.dart

Issue 1533823004: Fix owner of mixin forwarding constructors (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years 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_25246_2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_25246_1_test.dart
diff --git a/tools/canary.dart b/tests/language/regress_25246_1_test.dart
similarity index 67%
copy from tools/canary.dart
copy to tests/language/regress_25246_1_test.dart
index 0df9f70422ccd1cb0f5469da854a074693bef64c..e392e893f51531bbd35ca0eaf25cb39712cba64d 100644
--- a/tools/canary.dart
+++ b/tests/language/regress_25246_1_test.dart
@@ -2,6 +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.
+import 'regress_25246_2.dart';
+
+class ConcreteClass extends Object with MixIn { }
+
void main() {
- print("Success running the canary.");
+ new ConcreteClass().test();
}
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/regress_25246_2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698