84c473d800
Avoid calling InetAddress.getLocalHost() that can be very slow. Exact connection or disconnection string isn't relevant for tests anyway.
14 lines
428 B
Plaintext
Vendored
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
|