Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/frame/nonCapturedThisInLambda.out
T
Aleksandr Prokopyev 1dc44b4000 Debugger: Tests refactor
2019-11-19 12:29:53 +03:00

14 lines
459 B
Plaintext
Vendored

LineBreakpoint created at nonCapturedThisInLambda.kt:14
Run Java
Connected to the target VM
nonCapturedThisInLambda.kt:14
Compile bytecode for a
Compile bytecode for b
Compile bytecode for this
frame = invoke:14, Foo$bar$1 {nonCapturedThisInLambda}
this = this = {nonCapturedThisInLambda.Foo$bar$1@uniqueID}Function0<kotlin.Unit>
field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM
Process finished with exit code 0