Debugger: ability to set breakpoint to lambda in return statement (KT-14615)
#KT-14615 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
730e561177
commit
01d4ec4187
@@ -2,7 +2,7 @@ class A {
|
||||
fun foo() {
|
||||
val a = {
|
||||
fun innerFoo() {
|
||||
val b = {} // A\$foo\$a\$1\$1
|
||||
val b = 1 // A\$foo\$a\$1\$1
|
||||
}
|
||||
innerFoo()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user