blob: 84beff75137e66c114b2b2a6ed088263088d0501 [file]
// FIR_IDENTICAL
import java.io.InputStream
fun InputStream.test() {
readBytes()
<!DEPRECATION_ERROR!>readBytes<!>(1)
}