mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
package test
|
|
|
|
public open class Basic : java.lang.Object {
|
|
public constructor Basic()
|
|
public final /*synthesized*/ fun foo(/*0*/ p0: (() -> jet.Unit)?): jet.Unit
|
|
public open fun foo(/*0*/ p0: java.lang.Runnable?): jet.Unit
|
|
}
|
|
|
|
package Basic {
|
|
public /*synthesized*/ fun bar(/*0*/ p0: (() -> jet.Unit)?): jet.Unit
|
|
public open fun bar(/*0*/ p0: java.lang.Runnable?): jet.Unit
|
|
}
|