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

Unified Diff: tests/language/black_listed_test.dart

Issue 22425006: Fix equality of implicit closures in the Dart VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: added missing file Created 7 years, 4 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/black_listed_test.dart
===================================================================
--- tests/language/black_listed_test.dart (revision 26064)
+++ tests/language/black_listed_test.dart (working copy)
@@ -37,7 +37,7 @@
} /// 10: continued
// Function.
-class MyFunction implements Function {} /// 11: compile-time error
+class MyFunction implements Function {}
Ivan Posva 2013/08/14 05:27:57 You should both allow implements Function and exte
Florian Schneider 2013/08/14 09:07:49 Done.
abstract class MyFunctionInterface implements Function default F { /// 12: compile-time error
MyFunctionInterface(); /// 12: continued
} /// 12: continued
@@ -71,7 +71,7 @@
new MyDoubleInterface(); /// 08: continued
new MyString(); /// 09: continued
new MyStringInterface(); /// 10: continued
- new MyFunction(); /// 11: continued
+ new MyFunction();
new MyFunctionInterface(); /// 12: continued
new MyDynamic(); /// 13: continued
new MyDynamicInterface(); /// 14: continued
« runtime/vm/symbols.h ('K') | « runtime/vm/symbols.h ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698