v/vlib/v/checker/tests/undefined_ident_of_struct.vv

10 lines
74 B
V

module main
fn get() {
f.a = 'test'
}
fn main() {
println('hello')
}