// FIR_IDENTICAL class A : Function0 { override fun invoke(): Int = 1 } fun main() { A()() }