erg/tests/should_ok/array_member.er
2023-07-14 01:53:06 +09:00

3 lines
75 B
Python

D = Class { .a = Array(Int, 1) }
d = D.new { .a = [1] }
assert d.a[0] == 1