10 lines
111 B
Kotlin
10 lines
111 B
Kotlin
package to
|
|
|
|
import javaPack.I
|
|
|
|
public class C : I {
|
|
override fun foo(): String {
|
|
return ""
|
|
}
|
|
}
|