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

Side by Side Diff: tests/language/regress_20394_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « tests/language/regress_19413_test.dart ('k') | tests/language/regress_21793_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 import 'regress_20394_lib.dart'; 1 import 'regress_20394_lib.dart';
2 2
3 class M {} 3 class M {}
4 4
5 class C extends Super with M { 5 class C extends Super with M {
6 C() : super._private(42); // /// 01: compile-time error 6 C() : super._private(42); // //# 01: compile-time error
7 } 7 }
8 8
9 main() { 9 main() {
10 new C(); 10 new C();
11 } 11 }
OLDNEW
« no previous file with comments | « tests/language/regress_19413_test.dart ('k') | tests/language/regress_21793_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698