.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@7889 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-11-13 11:11:18 +00:00
parent 5a5ddb1e2d
commit fc5d44a452

View file

@ -15,7 +15,7 @@ CONSOLE_APP_MAIN
Tuple2<int, String> y = Tuple<int, String>(13, "hello");
DUMP(x == y);
y.a = 13;
y = x;
DUMP(x == y);
int i; String s;