Skip visibility check when resolving class in debug mode

#KT-11326 Fixed
This commit is contained in:
Natalia Ukhorskaya
2016-03-14 16:01:10 +03:00
parent 0fd8bec2ef
commit 26c153639a
10 changed files with 80 additions and 27 deletions
+11
View File
@@ -0,0 +1,11 @@
LineBreakpoint created at privateClass.kt:5
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! privateClass.PrivateClassKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
privateClass.kt:5
Compile bytecode for A.PrivateClass()
Compile bytecode for A.PrivateClass().prop
Compile bytecode for A().PrivateInnerClass()
Compile bytecode for A().PrivateInnerClass().prop
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0