package test

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