/original.kt:12:11: error: Type parameter 'T0' of 'interface I1<T0> : I0' has inconsistent values: I0, A1.
/simple.kt:21:16: error: Type parameter 'T' of 'interface I1<T> : I0' has inconsistent values: Any, Int.
/clash.kt:32:11: error: Type parameter 'T0' of 'interface I1<T0> : I0' has inconsistent values: I0, A3.
