public abstract interface Runnable : R|java/lang/Object| {
    public abstract operator fun run(): R|kotlin/Unit|

}
