Keep $continuation in LVT
in case of suspend functions and `this` is case of lambdas, since they are used in async stack trace generation. Update tests. #KT-40661 Open
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ suspend fun main() {
|
||||
val a = 5
|
||||
foo()
|
||||
//Breakpoint!
|
||||
val b = 4
|
||||
val b = a
|
||||
}
|
||||
|
||||
suspend fun foo() {}
|
||||
|
||||
Reference in New Issue
Block a user