blob: c11a948ce9f8f360ab844eadd7f527e9a426abfc [file] [log] [blame]
// FIR_IDENTICAL
fun with1(receiver: Any?, block: Any?.() -> Unit) = block(receiver)
fun with2(receiver: Any?, block: Any?.() -> Unit) = receiver.block()