fc1c3a2e23
#KT-3978 Fixed
8 lines
77 B
Kotlin
8 lines
77 B
Kotlin
fun box() {
|
|
fun local(s: Int) {
|
|
}
|
|
|
|
local(1)
|
|
}
|
|
|
|
// 2 invoke \(I\)V |