[IR] For loop lowering for iteration over CharacterSequences.

Change-Id: I7aeadfffc80f791ec19a3607e219c1dc4de028db
This commit is contained in:
Mads Ager
2019-08-27 08:11:55 +02:00
committed by max-kammerer
parent 26fbe3f07b
commit 8ed1317839
6 changed files with 65 additions and 28 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun test() {
var s = ""
for (c in "testString") {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun test() {
var s = ""
for (c in "testString") {