blob: c25f98970957f2d0b26bc62f80b9489de65f28ca [file]
// FIR_IDENTICAL
// !API_VERSION: 1.2
import java.io.InputStream
fun InputStream.test() {
readBytes()
readBytes(1)
}