mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
11 lines
175 B
Kotlin
Vendored
11 lines
175 B
Kotlin
Vendored
fun test() {
|
|
if (false) {
|
|
try {
|
|
println("Hello Kotlin")
|
|
} catch (e: Exception) {
|
|
e.printStackTrace()
|
|
}
|
|
}
|
|
}
|
|
|
|
// 0 INVOKE |