mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
7 lines
482 B
Plaintext
Vendored
7 lines
482 B
Plaintext
Vendored
public abstract interface ReadOnlyExtendsWildcard : R|java/lang/Object| {
|
|
public abstract operator function bar(): R|kotlin/Unit|
|
|
|
|
public abstract operator function foo(@R|kotlin/annotations/jvm/ReadOnly|() x: R|ft<kotlin/collections/List<out java/lang/CharSequence>, kotlin/collections/List<out java/lang/CharSequence>?>|!, @R|org/jetbrains/annotations/NotNull|() y: R|ft<kotlin/Comparable<in java/lang/String>, kotlin/Comparable<in java/lang/String>>|): R|kotlin/Unit|
|
|
|
|
}
|