package test

public interface SingleAbstractMethod {
    public abstract fun foo(): kotlin.Unit
}
