38f4a35be2
#KT-52020 Fixed
15 lines
789 B
Plaintext
Vendored
15 lines
789 B
Plaintext
Vendored
public abstract interface InheritedSameAdaptersWithSubstitution : R|kotlin/Any| {
|
|
public abstract interface Sub : R|test/InheritedSameAdaptersWithSubstitution.Super1|, R|test/InheritedSameAdaptersWithSubstitution.Super2Substituted| {
|
|
}
|
|
public abstract interface Super1 : R|kotlin/Any| {
|
|
public abstract fun foo(r: R|ft<java/util/Comparator<kotlin/String!>, java/util/Comparator<kotlin/String!>?>|): R|kotlin/Unit|
|
|
|
|
}
|
|
public abstract interface Super2<T : R|kotlin/Any!|> : R|kotlin/Any| {
|
|
public abstract fun foo(r: R|ft<java/util/Comparator<ft<T & Any, T?>>, java/util/Comparator<ft<T & Any, T?>>?>|): R|kotlin/Unit|
|
|
|
|
}
|
|
public abstract interface Super2Substituted : R|test/InheritedSameAdaptersWithSubstitution.Super2<kotlin/String!>| {
|
|
}
|
|
}
|