863c0051ce
#KT-26667 Fixed
8 lines
107 B
Kotlin
Vendored
8 lines
107 B
Kotlin
Vendored
import java.io.InputStream
|
|
|
|
fun InputStream.test() {
|
|
readBytes()
|
|
|
|
<!DEPRECATION!>readBytes<!>(1)
|
|
}
|