6 lines
55 B
Kotlin
Vendored
6 lines
55 B
Kotlin
Vendored
package foo
|
|
|
|
public interface Foo {
|
|
fun f(): Any
|
|
}
|