3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
fun foo() {
|
|
while (true) {
|
|
if (!stop()) break
|
|
}
|
|
} |