blob: a8432bb026688ab5fc9f795ba9851c53985a08ab [file] [log] [blame]
package test
public interface A {
public final fun f(): kotlin.String
}