github.com/tpounds/golangci-lint@v1.10.1/test/testdata/notcompiles/typecheck.go (about)

     1  // args: -Etypecheck
     2  package testdata
     3  
     4  fun NotCompiles() { // ERROR "expected declaration, found.* fun"
     5  }