github.com/mvdan/interfacer@v0.0.0-20180901003855-c20040233aed/check/testdata/src/deps/single.go (about)

     1  package single
     2  
     3  func BasicWrong(rc ReadCloser) { // WARN rc can be Closer
     4  	rc.Close()
     5  }