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

7 lines
57 B
Go

package main
func main() {
invokeit()
// ^ @function
}