FILE: User.kt public abstract interface Freezable : R|kotlin/Any| { } public abstract class User : R|kotlin/Any| { public constructor(): R|User| { super() } private final var settings: R|T| = this@R|/User|.R|/User.createSettings|() private get(): R|T| private set(value: R|T|): R|kotlin/Unit| protected abstract fun createSettings(): R|T| public final fun foo(): R|kotlin/Unit| { this@R|/User|.R|/User.settings| = Q|StaticOwner|.R|/StaticOwner.newInstance*s|(this@R|/User|.R|/User.settings|.R|kotlin/jvm/javaClass|) } }