blob: 7dc23e02562b60d2866f8e55b67ae23932b43aa7 [file] [log] [blame]
package noparse
func bye(x int) {
hi()
}
func stuff() {
x := 5
}
func .() {} //@diag(".", "syntax", "expected 'IDENT', found '.'", "error")