Add IR for-in-range test

This commit is contained in:
Mikhail Glukhikh
2019-05-16 15:42:41 +03:00
parent 139557e641
commit 728459a504
3 changed files with 34 additions and 1 deletions
+3
View File
@@ -17,3 +17,6 @@ fun testDestructuring(pp: List<Pair<Int, String>>) {
}
}
fun testRange() {
for (i in 1..10);
}