.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@8257 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-03-12 09:47:29 +00:00
parent 580d994707
commit e91f6d9d57
3 changed files with 8 additions and 2 deletions

View file

@ -12,6 +12,12 @@ CONSOLE_APP_MAIN
DUMP(x.b);
DUMP(x);
x.SetA(1);
DUMP(x);
x.Set(0, "bar");
DUMP(x);
Tuple2<int, String> y = Tuple<int, String>(13, "hello");
DUMP(x == y);