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

Unified Diff: tests/language/regress_27617_test.dart

Issue 2768073002: Format all 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 side-by-side diff with in-line comments
Download patch
Index: tests/language/regress_27617_test.dart
diff --git a/tests/language/regress_27617_test.dart b/tests/language/regress_27617_test.dart
index c5f6c637b2773547088f32f2a5feda0e6d010ba5..960d987b73cc10e3b1d787ac1073f933f792d5f0 100644
--- a/tests/language/regress_27617_test.dart
+++ b/tests/language/regress_27617_test.dart
@@ -2,10 +2,9 @@
// 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.
-
class Foo {
final String greeting;
- Foo._(this.greeting) { }
+ Foo._(this.greeting) {}
// Const constructor must not redirect to non-const constructor.
const Foo.hi() : this._('hi'); // //# 1: compile-time error

Powered by Google App Engine
This is Rietveld 408576698