blob: ae435d9192e619ef8e967f7ea81ff934050af2ea [file]
// FIR_IDENTICAL
val Int.foo: Int
get() = this
fun test(foo: Int) {
test(4.foo)
test(foo)
}