mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
10 lines
125 B
Kotlin
Vendored
10 lines
125 B
Kotlin
Vendored
// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_OPTIMIZATION
|
|
|
|
fun bar() {}
|
|
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
|
|
// 0 Unit\.INSTANCE
|
|
// 0 POP |