2018-05-07 11:13:26 +03:00

8 lines
99 B
Go

package testdata
import "io"
func InterfacerCheck(f io.ReadCloser) { // ERROR "XXX"
f.Close()
}