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

Unified Diff: tests/language/src/DefaultImplementation2Test.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/DefaultImplementation2Test.dart
diff --git a/tests/language/src/DefaultImplementation2Test.dart b/tests/language/src/DefaultImplementation2Test.dart
index e979d90de06e480cc2a09ace2acf9da2fc82fdc0..06b344131cc9281ec20a2a03d4497a9703c9336c 100644
--- a/tests/language/src/DefaultImplementation2Test.dart
+++ b/tests/language/src/DefaultImplementation2Test.dart
@@ -8,7 +8,7 @@ interface Point default PointImplementation {
}
class PointImplementation implements Point {
- PointImplementation(int x, int y) {} /// static type error
+ PointImplementation(int x, int y) {} /// static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698