github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/notcompiles/typecheck.go (about)

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