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

Unified Diff: tests/language_strong/deferred_constraints_type_annotation_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_strong/deferred_constraints_type_annotation_test.dart
diff --git a/tests/language_strong/deferred_constraints_type_annotation_test.dart b/tests/language_strong/deferred_constraints_type_annotation_test.dart
index 44e0c2762257f452b129d40ef56ab23441061363..1b9c62556eee95a6354d64e92dba77cef25d99f0 100644
--- a/tests/language_strong/deferred_constraints_type_annotation_test.dart
+++ b/tests/language_strong/deferred_constraints_type_annotation_test.dart
@@ -9,6 +9,7 @@ import "deferred_constraints_lib.dart" deferred as lib;
import "deferred_constraints_lib.dart" as lib2; //# type_annotation_non_deferred: ok
class F {}
+
class G2<T> {}
main() {

Powered by Google App Engine
This is Rietveld 408576698