github.com/jd-ly/tools@v0.5.7/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")