5 lines
91 B
Go
5 lines
91 B
Go
package testdata
|
|
|
|
fun NotCompiles() { // ERROR "expected declaration, found 'IDENT' fun"
|
|
}
|