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

Unified Diff: tests/language_strong/malbounded_type_test2_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of 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/malbounded_type_test2_test.dart
diff --git a/tests/language_strong/malbounded_type_test2_test.dart b/tests/language_strong/malbounded_type_test2_test.dart
index c8fa7ead4786a871835f728d68de5868115ea924..3dbb436f4693688ee75b20f88f8d07cf9e672097 100644
--- a/tests/language_strong/malbounded_type_test2_test.dart
+++ b/tests/language_strong/malbounded_type_test2_test.dart
@@ -18,7 +18,7 @@ class A<T extends num> { }
class B<T> {
test() {
- new A() is A<T>; // /// static type warning
+ new A() is A<T>; // //# static type warning
}
}
« no previous file with comments | « tests/language_strong/malbounded_type_cast_test.dart ('k') | tests/language_strong/malbounded_type_test_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698