de3f31cf78
No support for inheritance deprecations and deprecations in qualifier's parts
9 lines
130 B
Kotlin
Vendored
9 lines
130 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
import java.io.InputStream
|
|
|
|
fun InputStream.test() {
|
|
readBytes()
|
|
|
|
<!DEPRECATION_ERROR!>readBytes<!>(1)
|
|
}
|