Files
kotlin-fork/idea/testData/debugger/anonymousNamedFunction.kt
T
2014-08-27 15:57:59 +04:00

8 lines
133 B
Kotlin

package insertInBlock
fun foo() {
val lambda = {
val a = 1 // insertInBlock/InsertInBlockPackage$foo$lambda$1
}()
}