blob: eb43d5ca27d7dd851a6a4111d77a481eec51b494 [file]
// C
class C {
fun f(vararg i: Int) {
}
fun p(i: Int, vararg s: String) {
}
}
// FIR_COMPARISON