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

Unified Diff: tests/language/malbounded_type_literal_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/malbounded_type_literal_test.dart
diff --git a/tests/language/malbounded_type_literal_test.dart b/tests/language/malbounded_type_literal_test.dart
index ca64d7efa8b66168b1bb82207f864ee87d467797..08c19d58b596e9521cca562c8b2027d34153ec1e 100644
--- a/tests/language/malbounded_type_literal_test.dart
+++ b/tests/language/malbounded_type_literal_test.dart
@@ -5,6 +5,7 @@
import 'package:expect/expect.dart';
class Super<T extends num> {}
+
class Malbounded extends Super<String> {}
main() {

Powered by Google App Engine
This is Rietveld 408576698