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

Unified Diff: tests/language/abstract_exact_selector_test.dart

Issue 158733003: Fix language tests wrt. warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/abstract_exact_selector_test.dart
diff --git a/tests/language/abstract_exact_selector_test.dart b/tests/language/abstract_exact_selector_test.dart
index fd61a10ce0ff27d0829edbb9ecbb22a2bb02a35a..8932dc31906c6692192792e8ff15dc11b3c20804 100644
--- a/tests/language/abstract_exact_selector_test.dart
+++ b/tests/language/abstract_exact_selector_test.dart
@@ -8,7 +8,8 @@
import "package:expect/expect.dart";
import "compiler_annotations.dart";
-abstract class Foo {
+abstract /// 01: static type warning
+class Foo {
noSuchMethod(im) => 42;
}
« no previous file with comments | « no previous file | tests/language/abstract_factory_constructor_test.dart » ('j') | tests/language/abstract_getter_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698