package test

internal interface A {
    internal open fun f(): kotlin.String
}
