Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
deprecated
/
deprecationOnReadBytes.kt
blob: 17ed6d5c76316d6fe2a846d0c19a12f20cc06037 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
import
java
.
io
.
InputStream
fun
InputStream
.
test
()
{
readBytes
()
<!
DEPRECATION_ERROR
!>
readBytes
<!>(
1
)
}
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, integerLiteral */