5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
package test1
|
|
|
|
interface J : I {
|
|
fun bar(): String
|
|
} |