Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
declarations
/
local
/
localFunction.kt
blob: bda09de40dbed7adad68b26dd823770368b9485b [
file
]
fun test
():
Int
{
val j
=
1
fun
local
()
=
1
return
local
()
}