github.com/be-b10g/golangci-lint@v1.17.2/test/testdata/notcompiles/typecheck.go (about)

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