// FIR_IDENTICAL val test1 = arrayOf() val test2 = arrayOf("1", "2", "3") val test3 = arrayOf("0", *test2, *test1, "4")