9 lines
291 B
Plaintext
Vendored
9 lines
291 B
Plaintext
Vendored
public open class AmbiguousAdapters : R|kotlin/Any| {
|
|
public open fun foo(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|): R|kotlin/Unit|
|
|
|
|
public open fun foo(c: R|ft<java/io/Closeable, java/io/Closeable?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/AmbiguousAdapters|
|
|
|
|
}
|