package test

public trait SingleAbstractMethod {
    internal abstract fun foo(): jet.Unit
}
