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

}
