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