Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/deprecated/noDeprecationOnReadBytes.fir.kt
T

10 lines
111 B
Kotlin
Vendored

// !API_VERSION: 1.2
import java.io.InputStream
fun InputStream.test() {
readBytes()
readBytes(1)
}