blob: a8f3184b0ef4ef9669e1001ccaa2ef04a4f1ee8d [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
interface IC {
fun toString(x: String): String = "IC$x"
}
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration, stringLiteral */