// TARGET_BACKEND: JVM_OLD interface T { val x: Int get() = 1 fun getX() = 1 }