1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:34:40 -07:00
go/internal/lsp/testdata/good/good0.go

7 lines
212 B
Go
Raw Normal View History

package good //@diag("package", "no_diagnostics", "")
func stuff() { //@item(good_stuff, "stuff", "func()", "func"),prepare("stu", "stuff", "stuff")
x := 5
random2(x) //@prepare("dom", "random2", "random2")
}