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