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