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