Files
kotlin-fork/compiler/testData/diagnostics/tests/java8Overrides/notAMethodOfAny.fir.kt
T

3 lines
61 B
Kotlin
Vendored

interface IC {
fun toString(x: String): String = "IC$x"
}