3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
6 lines
114 B
Kotlin
6 lines
114 B
Kotlin
fun foo(b: Boolean) {
|
|
if (b)
|
|
System.out.println("true")
|
|
else
|
|
System.out.println("false")
|
|
} |