IrConstTransformer: handle vararg with spread elements properly

This commit is contained in:
Jinseong Jeon
2020-07-13 01:20:57 -07:00
committed by Mikhail Glukhikh
parent 5600eefea5
commit db9d42c153
3 changed files with 17 additions and 7 deletions
@@ -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