// TARGET_BACKEND: JVM // FULL_JDK // SEPARATE_SIGNATURE_DUMP_FOR_K2 // ^ Value parameters in fake overrides generated by K1 and K2 are different import java.util.ArrayList data class Some(val value: T) interface MyList : List> open class SomeList : MyList, ArrayList>() class FinalList : SomeList()