package test

public trait Runnable {
    internal abstract fun run(): jet.Unit
}
