[FIR][tests] Unify IntArrayAsVararg.kt test between K1 and K2
Rename `main` function to `test` to avoid running JVM-specific mangling and having different IR signature dumps for K1 and K2. ^KT-65588
This commit is contained in:
committed by
Space Team
parent
41ef3da5ff
commit
05cbe66ee0
@@ -1,4 +1,4 @@
|
||||
fun main() {
|
||||
fun test() {
|
||||
consumeVarargs(arr = [1, 2])
|
||||
consumeVarargs(arr = [*intArrayOf(elements = [41, 42])])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user