.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@9802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-05 05:20:18 +00:00
parent b85a7077e0
commit b2ce197e2b
8 changed files with 36 additions and 29 deletions

View file

@ -14,7 +14,7 @@ void Bar()
CONSOLE_APP_MAIN
{
Callback a, b;
Event<> a, b;
a = Proxy(b);
b = callback(Foo);
a();