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