9 lines
84 B
Kotlin
Vendored
9 lines
84 B
Kotlin
Vendored
// !DUMP_CFG
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
val x = 1
|
|
val y = x + 1
|
|
foo()
|
|
}
|