github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/noparse/noparse.go.in (about) 1 package noparse 2 3 func bye(x int) { 4 hi() 5 } 6 7 func stuff() { 8 x := 5 9 } 10 11 func .() {} //@diag(".", "syntax", "expected 'IDENT', found '.'", "error")