Fix breakpoints in inline calls in fields initialization (KT-16525)

Backend generates properties initializer in constructor context

 #KT-16525 Fixed
This commit is contained in:
Nikolay Krasko
2017-03-06 21:25:06 +03:00
parent d886cd7d06
commit 9120ccc054
8 changed files with 110 additions and 0 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at stopInInlineCallInFieldInClassWithNonDefaultPrimary.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stopInInlineCallInFieldInClassWithNonDefaultPrimary.StopInInlineCallInFieldInClassWithNonDefaultPrimaryKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stopInInlineCallInFieldInClassWithNonDefaultPrimary.kt:9
stopInInlineCallInFieldInClassWithNonDefaultPrimary.kt:10
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0