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

Unified Diff: tests/language/src/InterfaceTest.dart

Issue 9664004: Annotates some more tests for static type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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/src/InterfaceTest.dart
diff --git a/tests/language/src/InterfaceTest.dart b/tests/language/src/InterfaceTest.dart
index f912bdb53187d41732e4182abebbb7957a50afd7..7c05af14627d0b7591accba8dcc1f3164cb344b3 100644
--- a/tests/language/src/InterfaceTest.dart
+++ b/tests/language/src/InterfaceTest.dart
@@ -37,6 +37,6 @@ class InterfaceTest implements Ai, Aai, Abi, Baz, Bi {
main() {
// instantiate an abstract class
- var o = new Bi(); /// static type error
+ var o = new Bi(); /// static type warning
Expect.equals(1, o.foo());
}

Powered by Google App Engine
This is Rietveld 408576698