// FIR_IDENTICAL abstract class A { abstract val x : Int external get } interface B { val x: Int external get }