mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
16 lines
200 B
Kotlin
Vendored
16 lines
200 B
Kotlin
Vendored
//FILE: test.kt
|
|
|
|
fun foo() {
|
|
fun bar() {
|
|
}
|
|
}
|
|
|
|
fun box() {
|
|
foo()
|
|
}
|
|
// IGNORE_BACKEND: JVM_IR
|
|
// LOCAL VARIABLES
|
|
// TestKt:9:
|
|
// TestKt:4:
|
|
// TestKt:6: $fun$bar$1:TestKt$foo$1
|
|
// TestKt:10: |