Files
kotlin-fork/idea/testData/debugger/positionManager/anonymousNamedFunction.kt
T
Michael Bogdanov 48c5e3d218 Debug tests patched
2015-09-07 16:28:38 +03:00

8 lines
138 B
Kotlin
Vendored

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