kuroko/test/testSetAttrClass.krk.expect

9 lines
104 B
Plaintext
Raw Permalink Normal View History

2022-07-07 08:54:30 +03:00
Called as __get__:
42
set bar to hi
Called as a setter: ['hi']
set myBar to hi
hi
Called as __get__:
hi