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

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

Issue 9565016: Check type argument bounds of interfaces in type tests (work in progress). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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/src/TypeVariableBoundsTest.dart
===================================================================
--- tests/language/src/TypeVariableBoundsTest.dart (revision 4818)
+++ tests/language/src/TypeVariableBoundsTest.dart (working copy)
@@ -66,8 +66,8 @@
new Box<Object, Object>(); /// 08: compile-time error
// Fisk does not exist.
- Box<Fisk> box = null; /// 09: static type error
+ Box<Fisk> box = null; /// 09: dynamic type error
// Too many type arguments.
- Box<Object, Object> box = null; /// 10: static type error
+ Box<Object, Object> box = null; /// 10: dynamic type error
}
« no previous file with comments | « tests/language/src/TypeVariableBounds2Test.dart ('k') | tests/language/src/WrongNumberTypeArgumentsNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698