// FIR_IDENTICAL class A { companion object { fun foo() = toString() } } val a = A.toString()