a848a0233d
As the on-air analysis is obsolete, related tests are going to be deleted. Here we add cases not yet covered by 'ContextCollector' tests.
8 lines
110 B
Kotlin
Vendored
8 lines
110 B
Kotlin
Vendored
fun test() {
|
|
fun local(n: Int) {
|
|
<expr>call(n)</expr>
|
|
}
|
|
local(5)
|
|
}
|
|
|
|
fun call(obj: Any?) {} |