mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 00:19:37 +02:00
7 lines
103 B
V
7 lines
103 B
V
fn f(o Obj) {
|
|
o.do_thing()
|
|
// ^ @function.method
|
|
y := o.field
|
|
// ^ @variable.other.member
|
|
}
|