package test

public interface Runnable {
    public abstract fun run(): kotlin.Unit
}
