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

6 lines
110 B
Nim

proc f(o: Obj) =
let v = o.field
# ^ @variable.other.member
echo o.meth(1)
# ^ @function