blob: 17a927576060424ccb0d54f902a9fd880cd261e2 [file]
fun test() {
fun local(n: Int) {
<expr>call(n)</expr>
}
local(5)
}
fun call(obj: Any?) {}