Debugger, BE: Support lambda breakpoints for lambdas passed to '@InlineOnly' functions

This commit is contained in:
Yan Zhulanow
2019-12-26 17:18:48 +09:00
parent f129ab55c5
commit f4337eede1
5 changed files with 63 additions and 5 deletions
@@ -8,5 +8,5 @@ inline fun lookAtMe(f: () -> Int) {
val a = 21
a + f()
}
// IGNORE_BACKEND: JVM_IR
// 2 13 14 3 15 5 8 9 10