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

Unified Diff: tests/language/src/CallThroughGetterTest.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
« no previous file with comments | « no previous file | tests/language/src/DefaultImplementation2Test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/CallThroughGetterTest.dart
diff --git a/tests/language/src/CallThroughGetterTest.dart b/tests/language/src/CallThroughGetterTest.dart
index 93d9cc4c7f4ad7b65683c175b8c61caea169ada2..4c63ebe8dced57e772592055f411d2b124161586 100644
--- a/tests/language/src/CallThroughGetterTest.dart
+++ b/tests/language/src/CallThroughGetterTest.dart
@@ -29,10 +29,10 @@ class CallThroughGetterTest {
Expect.equals(2, topLevel());
expectThrowsNotClosure(() {
- TOP_LEVEL_CONST(); /// static type error
+ TOP_LEVEL_CONST(); /// static type warning
zundel 2012/03/09 17:05:47 oops, forgot to change these annotations before la
});
expectThrowsNotClosure(() {
- (TOP_LEVEL_CONST)(); /// static type error
+ (TOP_LEVEL_CONST)(); /// static type warning
});
}
« no previous file with comments | « no previous file | tests/language/src/DefaultImplementation2Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698