package test

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