github.com/v2fly/tools@v0.100.0/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")