4fb5f8603a
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
16 lines
370 B
Plaintext
Vendored
16 lines
370 B
Plaintext
Vendored
LineBreakpoint created at asyncFunctions.kt:24
|
|
Run Java
|
|
Connected to the target VM
|
|
asyncFunctions.kt:24
|
|
Async stack trace:
|
|
asyncFunctions.AsyncFunctionsKt:21
|
|
y = "zoo"
|
|
asyncFunctions.AsyncFunctionsKt:15
|
|
x = "foo"
|
|
asyncFunctions.AsyncFunctionsKt:7
|
|
a = 5
|
|
b = 7
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|