FIR: introduce source element mappings tests for raw FIR

This commit is contained in:
Ilya Kirillov
2020-09-24 22:52:38 +03:00
parent a8ca2f8065
commit d5ad424e8f
5 changed files with 119 additions and 0 deletions
@@ -0,0 +1,3 @@
fun x(a: List<Int>) {
<expr>a.size</expr>
}