78ffe47bf8
#KT-14727 Fixed
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
fun foo(list: List<String>) {
|
|
for (s in list) {
|
|
|
|
}
|
|
}
|