DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.0~git20190125.d66bd3c%2Bds-4 / internal / lsp / testdata / noparse / noparse.go.in
1234567891011
package noparse func bye(x int) { hi() } func stuff() { x := 5 } func .() {} //@diag(".", "expected 'IDENT', found '.'")