package test

public interface SamSubinterfaceOverridding : java.lang.Runnable {
    public abstract override /*1*/ fun run(): kotlin.Unit
}
