blob: bda09de40dbed7adad68b26dd823770368b9485b [file]
fun test(): Int {
val j = 1
fun local() = 1
return local()
}