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

4 lines
78 B
Kotlin
Vendored

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