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

Unified Diff: runtime/vm/dart_api_impl_test.cc

Issue 22685007: Implement updated method overriding rules in the vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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: runtime/vm/dart_api_impl_test.cc
===================================================================
--- runtime/vm/dart_api_impl_test.cc (revision 25979)
+++ runtime/vm/dart_api_impl_test.cc (working copy)
@@ -5311,7 +5311,7 @@
" var _g;\n"
" A() : fvalue = 13;\n"
" get _field => _g;\n"
- " patch method(var value) {\n"
+ " /*patch*/ method(var value) {\n"
siva 2013/08/12 02:56:43 void method(var value) {....
regis 2013/08/12 17:45:27 Done.
" int closeYourEyes(var eggs) { return eggs * -1; }\n"
" value = callFunc(closeYourEyes, value);\n"
" _g = value * 5;\n"

Powered by Google App Engine
This is Rietveld 408576698