blob: 28273431d232965a433b52cb0281bc36275d4e3c [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
val Int.foo: Int
get() = this
fun test(foo: Int) {
test(4.foo)
test(foo)
}
/* GENERATED_FIR_TAGS: functionDeclaration, getter, integerLiteral, propertyDeclaration, propertyWithExtensionReceiver,
thisExpression */