// FIR_IDENTICAL import kotlin.properties.ReadWriteProperty import kotlin.properties.Delegates class C { val `x$delegate`: ReadWriteProperty? = null val x: String? by Delegates.notNull() }