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 */