golangci-lint/test/testdata/typecheck.go

5 lines
91 B
Go

package testdata
fun NotCompiles() { // ERROR "expected declaration, found 'IDENT' fun"
}