// COMPARE_WITH_LIGHT_TREE interface T { val x: Int } abstract class C : T { fun getX() = 1 }