github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/notcompiles/typecheck.go (about) 1 //golangcitest:args -Etypecheck 2 package testdata 3 4 fun NotCompiles() { // want "expected declaration, found.* fun" 5 }