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

}
