mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 06:12:22 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@7889 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5a5ddb1e2d
commit
fc5d44a452
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue