mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
package test
|
|
|
|
public /*synthesized*/ fun Runnable(/*0*/ function : () -> jet.Unit) : test.Runnable
|
|
|
|
public trait Runnable : java.lang.Object {
|
|
public abstract fun run() : jet.Unit
|
|
}
|