mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
package test
|
|
|
|
public open class AmbiguousAdapters : java.lang.Object {
|
|
public constructor AmbiguousAdapters()
|
|
public final /*synthesized*/ fun foo(/*0*/ p0: (() -> jet.Unit)?): jet.Unit
|
|
public final /*synthesized*/ fun foo(/*0*/ p0: (() -> jet.Unit)?): jet.Unit
|
|
public open fun foo(/*0*/ p0: java.io.Closeable?): jet.Unit
|
|
public open fun foo(/*0*/ p0: java.lang.Runnable?): jet.Unit
|
|
}
|