source: src/tests/.expect/tupleVariadic.txt @ da6dec23

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since da6dec23 was da6dec23, checked in by Rob Schluntz <rschlunt@…>, 7 years ago

added first test case for ttype polymorphism

  • Property mode set to 100644
File size: 160 bytes
Line 
1called ?{} with a: 123 456
2array = { 123, 456, }
3called ?{} with a: 100 200 300
4array = { 100, 200, 300, }
5called ?{} with a: 10 2 3 4
6array = { 10, 2, 3, 4, }
Note: See TracBrowser for help on using the repository browser.