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

Unified Diff: tests/language/typevariable_substitution2_test.dart

Issue 2774783002: Re-land "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_scope_test.dart ('k') | tests/language/unbalanced_brace_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/typevariable_substitution2_test.dart
diff --git a/tests/language/typevariable_substitution2_test.dart b/tests/language/typevariable_substitution2_test.dart
index 3a7149e3577d7fe8bc256a13576323248a69a6c4..4cd858ad81163406d60880fa7ed9abadcbc53550 100644
--- a/tests/language/typevariable_substitution2_test.dart
+++ b/tests/language/typevariable_substitution2_test.dart
@@ -13,12 +13,11 @@ class B<T> {
class M {}
class A<T> extends B<T> with M {
- A(T x) : super(x); // This line must be warning free.
+ A(T x) : super(x); // This line must be warning free.
}
class C<T> = B<T> with M;
-
main() {
new A(null);
new C<String>(''); //# 01: ok
« no previous file with comments | « tests/language/type_variable_scope_test.dart ('k') | tests/language/unbalanced_brace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698