Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
deprecated
/
deprecationOnReadBytes.kt
blob: 84beff75137e66c114b2b2a6ed088263088d0501 [
file
]
// FIR_IDENTICAL
import
java
.
io
.
InputStream
fun
InputStream
.
test
()
{
readBytes
()
<!
DEPRECATION_ERROR
!>
readBytes
<!>(
1
)
}