mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 08:31:35 +00:00
9 lines
127 B
Plaintext
Vendored
9 lines
127 B
Plaintext
Vendored
fun test() {
|
|
if (true) {
|
|
__dummyTestFun__()
|
|
}
|
|
}
|
|
|
|
private fun __dummyTestFun__() {
|
|
println("Hello world!")
|
|
} |