Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
deprecated
/
noDeprecationOnReadBytes.kt
blob: c25f98970957f2d0b26bc62f80b9489de65f28ca [
file
]
// FIR_IDENTICAL
// !API_VERSION: 1.2
import
java
.
io
.
InputStream
fun
InputStream
.
test
()
{
readBytes
()
readBytes
(
1
)
}