mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
10 lines
232 B
Plaintext
Vendored
10 lines
232 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 open fun bar(/*0*/ p0: java.lang.Runnable!): kotlin.Unit
|
|
}
|