Generate invokeSpecial for all private functions
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
LineBreakpoint created at privateMember.kt:5
|
||||
LineBreakpoint created at privateMember.kt:9
|
||||
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!RT_JAR! privateMember.PrivateMemberPackage
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
privateMember.kt:4
|
||||
privateMember.kt:8
|
||||
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, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user