cfad47cfa3/t3compiler/tads3/test/data/transient-template.t
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | class Thing: object | ||
2 | name = 'foo' | ||
3 | owner = nil | ||
4 | ; | ||
5 | |||
6 | Thing template 'name'; | ||
7 | |||
8 | transient Thing template @owner; | ||
9 | |||
10 | Thing template; | ||
11 | |||
12 |
Download diff