3 lines
61 B
Kotlin
Vendored
3 lines
61 B
Kotlin
Vendored
interface IC {
|
|
fun toString(x: String): String = "IC$x"
|
|
} |