1 2 3 4 5 6
fn f(o Obj) { o.do_thing() // ^ @function.method y := o.field // ^ @variable.other.member }