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