5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
package test1
|
|
|
|
interface I {
|
|
fun foo(): Int
|
|
} |