// FIR_IDENTICAL internal abstract class Test { private/*private to this*/ final fun foo(): I { throw Exception() } private/*private to this*/ final val i: I get() = foo() }