mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
11 lines
318 B
Plaintext
Vendored
11 lines
318 B
Plaintext
Vendored
package test
|
|
|
|
public open class Basic {
|
|
public constructor Basic()
|
|
public open fun foo(/*0*/ p0: java.lang.Runnable!): kotlin.Unit
|
|
|
|
// Static members
|
|
public final /*synthesized*/ fun bar(/*0*/ p0: (() -> kotlin.Unit)!): kotlin.Unit
|
|
public open fun bar(/*0*/ p0: java.lang.Runnable!): kotlin.Unit
|
|
}
|