// !RENDER_DIAGNOSTICS_FULL_TEXT // TARGET_BACKEND: JVM_IR // KT-19423 variation val used = "abc" object Outer { class User { val property = used } }