682a278cb8
#KT-18142 fixed #KT-18141 fixed
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
class A {
|
|
fun aVoid() {
|
|
for (i in 0..9);
|
|
println("Done")
|
|
}
|
|
} |