Files
2026-06-20 14:49:53 +09:00

7 lines
103 B
V

fn f(o Obj) {
o.do_thing()
// ^ @function.method
y := o.field
// ^ @variable.other.member
}