v/vlib/v/checker/tests/unknown_type_in_anon_fn.vv

9 lines
74 B
V

module main
struct Struc{
mut:
f fn (s Another, i int)?
}
fn main() {}