blob: 48db9b1e370b2d3c2ab988e6e6dc93225ea75b34 [file]
// FIR_IDENTICAL
interface IC {
fun toString(x: String): String = "IC$x"
}