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

Unified Diff: tests/language/type_variable_bounds3_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
« no previous file with comments | « tests/language/type_variable_bounds2_test.dart ('k') | tests/language/type_variable_bounds4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_variable_bounds3_test.dart
diff --git a/tests/language/type_variable_bounds3_test.dart b/tests/language/type_variable_bounds3_test.dart
index 462999bec341ea25bff6821bc611ee81fceb4db8..aeef48151cb50a3bacbbf7c7f689a4891ccfeea4 100644
--- a/tests/language/type_variable_bounds3_test.dart
+++ b/tests/language/type_variable_bounds3_test.dart
@@ -4,7 +4,8 @@
// Test of parameterized types with invalid bounds.
-class A<K extends int> {}
+class A<K extends int> {
+}
class B<X, Y> {
foo(x) {
« no previous file with comments | « tests/language/type_variable_bounds2_test.dart ('k') | tests/language/type_variable_bounds4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698