// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE private val _commonSettingsLazy: A = null = object : A { override fun x() {} } interface A { fun x() }