IrConstTransformer: handle vararg with spread elements properly
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5600eefea5
commit
db9d42c153
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