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

Unified Diff: tests/lib_strong/mirrors/constructor_kinds_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 side-by-side diff with in-line comments
Download patch
Index: tests/lib_strong/mirrors/constructor_kinds_test.dart
diff --git a/tests/lib_strong/mirrors/constructor_kinds_test.dart b/tests/lib_strong/mirrors/constructor_kinds_test.dart
index e083d0ecd4fac337deff5a07d1c60bdef1b50a93..c7f45f8a793c092ffe9fd39bb6b6e8adf9a0dac2 100644
--- a/tests/lib_strong/mirrors/constructor_kinds_test.dart
+++ b/tests/lib_strong/mirrors/constructor_kinds_test.dart
@@ -32,14 +32,14 @@ main() {
// that constructor properties are correctly set even if the constructor
// hasn't been fully compiled. On dart2js, we want to check that constructors
// are retain even if there are no base-level calls.
- new ClassWithDefaultConstructor(); /// 01: ok
- new Class.generativeConstructor(); /// 01: ok
- new Class.redirectingGenerativeConstructor(); /// 01: ok
- new Class.factoryConstructor(); /// 01: ok
- new Class.redirectingFactoryConstructor(); /// 01: ok
- const Class.constGenerativeConstructor(); /// 01: ok
- const Class.constRedirectingGenerativeConstructor(); /// 01: ok
- const Class.constRedirectingFactoryConstructor(); /// 01: ok
+ new ClassWithDefaultConstructor(); // /// 01: ok
+ new Class.generativeConstructor(); // /// 01: ok
+ new Class.redirectingGenerativeConstructor(); // /// 01: ok
+ new Class.factoryConstructor(); // /// 01: ok
+ new Class.redirectingFactoryConstructor(); // /// 01: ok
+ const Class.constGenerativeConstructor(); // /// 01: ok
+ const Class.constRedirectingGenerativeConstructor(); // /// 01: ok
+ const Class.constRedirectingFactoryConstructor(); // /// 01: ok
cm = reflectClass(ClassWithDefaultConstructor);
mm = cm.declarations.values

Powered by Google App Engine
This is Rietveld 408576698