mirror of
https://github.com/helix-editor/helix
synced 2026-08-03 14:04:12 +02:00
6 lines
110 B
Nim
6 lines
110 B
Nim
proc f(o: Obj) =
|
|
let v = o.field
|
|
# ^ @variable.other.member
|
|
echo o.meth(1)
|
|
# ^ @function
|