Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
localFunctionExpression.kt
blob: 17a927576060424ccb0d54f902a9fd880cd261e2 [
file
]
fun test
()
{
fun
local
(
n
:
Int
)
{
<expr>
call
(
n
)</
expr
>
}
local
(
5
)
}
fun call
(
obj
:
Any
?)
{}