package noparse
func bye(x int) {
hi()
}
func stuff() {
x := 5
func .() {} //@diag(".", "LSP", "expected 'IDENT', found '.'")