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