blob: 3fc3be274164f36ae5fe21c05ebffc97f42b2247 [file] [log] [blame]
This test checks that gopls doesn't crash while highlighting functions with no
body (golang/go#65516).
-- p.go --
package p
func Foo() (int, string) //@highlight("int", "int"), highlight("func", "func")