mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
9 lines
137 B
Swift
9 lines
137 B
Swift
func f() {
|
|
invokeit()
|
|
// ^ @function
|
|
obj.doThing()
|
|
// ^ @function
|
|
_ = obj.field
|
|
// ^ @variable.other.member
|
|
}
|