Add IR for-in-range test
This commit is contained in:
@@ -17,3 +17,6 @@ fun testDestructuring(pp: List<Pair<Int, String>>) {
|
||||
}
|
||||
}
|
||||
|
||||
fun testRange() {
|
||||
for (i in 1..10);
|
||||
}
|
||||
Reference in New Issue
Block a user