Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/positionManager/anonymousNamedFunction.kt
T
2019-10-08 19:13:55 +09:00

8 lines
140 B
Kotlin
Vendored

package insertInBlock
fun foo() {
val lambda = {
val a = 1 // insertInBlock.AnonymousNamedFunctionKt\$foo\$lambda\$1
}()
}