Files
helix/tests/query/highlights/swift/methods.swift
2026-06-20 14:49:53 +09:00

9 lines
137 B
Swift

func f() {
invokeit()
// ^ @function
obj.doThing()
// ^ @function
_ = obj.field
// ^ @variable.other.member
}