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

Unified Diff: tests/language/external_test.dart

Issue 11415105: Eliminate explicit abstract from class members in tests (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « tests/language/bad_constructor_test.dart ('k') | tests/language/get_set_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/external_test.dart
===================================================================
--- tests/language/external_test.dart (revision 15207)
+++ tests/language/external_test.dart (working copy)
@@ -14,7 +14,6 @@
external f12() => 1; /// 12: compile-time error
external static f13(); /// 13: runtime error
static external f14(); /// 14: compile-time error
- external abstract f15(); /// 15: compile-time error
int external f16(); /// 16: compile-time error
external Foo.n20(); /// 20: runtime error
« no previous file with comments | « tests/language/bad_constructor_test.dart ('k') | tests/language/get_set_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698