mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 00:21:30 +00:00
8 lines
183 B
Plaintext
8 lines
183 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
|
|
}
|