test287

Undocumented in source.
immutable
auto test287 = q{--- test287.vx // Forward reference bug. Type of `b` was not type checked struct Array[T] {} struct Ctx { S a; } struct S { Array[i32] b; } };

Meta