blob: bf6aed051fcb0f2299365911c1c0f614bfca15c7 [file]
// FIR_IDENTICAL
class A(vararg t : Int) {
init {
val t1 : IntArray = t
}
}