mirror of
https://github.com/golang/go
synced 2024-11-19 05:44:40 -07:00
12 lines
126 B
Go
12 lines
126 B
Go
|
package noparse
|
||
|
|
||
|
func bye(x int) {
|
||
|
hi()
|
||
|
}
|
||
|
|
||
|
func stuff() {
|
||
|
x := 5
|
||
|
}
|
||
|
|
||
|
func .() {} //@diag(".", "expected 'IDENT', found '.'")
|