package test

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