[FIR2IR] Add initial support of collection literals

This commit is contained in:
Mikhail Glukhikh
2020-05-07 18:12:17 +03:00
parent f3e2dbf360
commit 76f6e27e37
5 changed files with 22 additions and 2 deletions
@@ -84,4 +84,7 @@ FILE fqName:<root> fileName:/annotationsInAnnotationArguments.kt
public open fun toString (): kotlin.String declared in kotlin.Any
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
FUN name:test visibility:public modality:FINAL <> () returnType:kotlin.Unit
annotations:
A2(a = A1(x = '42'))
AA(xs = [A1(x = '1'), A1(x = '2')])
BLOCK_BODY