Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/privateMember.out
T
2019-10-08 19:13:55 +09:00

14 lines
428 B
Plaintext
Vendored

LineBreakpoint created at privateMember.kt:9
Run Java
Connected to the target VM
privateMember.kt:9
Compile bytecode for MyClass().privateFun()
Compile bytecode for MyClass().privateVal
Compile bytecode for MyClass.PrivateClass().a
Compile bytecode for base.privateFun()
Compile bytecode for derived.privateFun()
Compile bytecode for derivedAsBase.privateFun()
Disconnected from the target VM
Process finished with exit code 0