mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
package test
|
|
|
|
public open class AmbiguousAdapters : java.lang.Object {
|
|
public constructor AmbiguousAdapters()
|
|
public open /*synthesized*/ fun foo(/*0*/ p0: (() -> jet.Unit)?): jet.Unit
|
|
public open /*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
|
|
}
|