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