IR, testing framework: if no tree labels were provided in source file, use default golden file.

This commit is contained in:
Dmitry Petrov
2016-08-17 11:59:36 +03:00
committed by Dmitry Petrov
parent aee83f5a77
commit 64d7a97145
15 changed files with 4 additions and 15 deletions
-1
View File
@@ -1,4 +1,3 @@
// <<< arrayAssignment.txt
fun test() {
val x = intArrayOf(1, 2, 3)
x[1] = 0