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

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

Issue 8958011: One more factory -> default pass. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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 | « dart/tests/language/src/NamedParametersTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/src/TypeVariableScopeTest.dart
diff --git a/dart/tests/language/src/TypeVariableScopeTest.dart b/dart/tests/language/src/TypeVariableScopeTest.dart
index b3d5b51ca4dfc2bf5827f0b0f85c03e2ca3c3b47..7ace0f3fb5d33271bd8953285a3ce5db1e048cb6 100644
--- a/dart/tests/language/src/TypeVariableScopeTest.dart
+++ b/dart/tests/language/src/TypeVariableScopeTest.dart
@@ -29,10 +29,10 @@ class Foo<T> {
static void set f(
Foo<T> /// 05: compile-time error
- value) {}
+ value) {}
}
-interface I<T> factory Foo<T> {
+interface I<T> default Foo<T> {
I(I<T> i);
}
« no previous file with comments | « dart/tests/language/src/NamedParametersTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698