IrConstTransformer: handle vararg with spread elements properly
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5600eefea5
commit
db9d42c153
-1
@@ -1,5 +1,4 @@
|
||||
// WITH_REFLECT
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
import java.util.Arrays
|
||||
|
||||
Vendored
+1
-1
@@ -29,5 +29,5 @@ FILE fqName:<root> fileName:/spreadOperatorInAnnotationArguments.kt
|
||||
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
FUN name:test visibility:public modality:FINAL <> () returnType:kotlin.Unit
|
||||
annotations:
|
||||
A(xs = [SPREAD_ELEMENT, SPREAD_ELEMENT])
|
||||
A(xs = ['a', 'b'])
|
||||
BLOCK_BODY
|
||||
|
||||
Reference in New Issue
Block a user