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