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

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

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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
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

Powered by Google App Engine
This is Rietveld 408576698