mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
7 lines
274 B
Plaintext
Vendored
7 lines
274 B
Plaintext
Vendored
public open class AmbiguousAdapters : R|java/lang/Object| {
|
|
public open operator function foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|!): R|kotlin/Unit|
|
|
|
|
public open operator function foo(c: R|ft<java/io/Closeable, java/io/Closeable?>|!): R|kotlin/Unit|
|
|
|
|
}
|