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

Unified Diff: tests/compiler/dart2js_extra/basic_class_test.dart

Issue 2770063002: Revert "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/compiler/dart2js_extra/basic_class_test.dart
diff --git a/tests/compiler/dart2js_extra/basic_class_test.dart b/tests/compiler/dart2js_extra/basic_class_test.dart
index bd6804a57d110d5cbb4cbf19470ac68ea6779efa..c694ab6757477c7887ec9fad6ff1115eb03abe7b 100644
--- a/tests/compiler/dart2js_extra/basic_class_test.dart
+++ b/tests/compiler/dart2js_extra/basic_class_test.dart
@@ -2,11 +2,14 @@
// 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 A {}
+class A {
+}
-class SubA extends A {}
+class SubA extends A {
+}
-class B {}
+class B {
+}
void main() {
A a;
« no previous file with comments | « tests/compiler/dart2js_extra/23486_test.dart ('k') | tests/compiler/dart2js_extra/compile_time_constant4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698