blob: 6f6c307fdccdc602bed70d5bb1ffb353ce115a5f [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
import java.io.InputStream
fun InputStream.test() {
readBytes()
readBytes(<!TOO_MANY_ARGUMENTS!>1<!>)
}
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, integerLiteral */