Fix evaluate expression on properties with getter

This commit is contained in:
Natalia Ukhorskaya
2015-04-24 15:50:23 +03:00
parent cb553bc952
commit 7723a9f434
3 changed files with 39 additions and 9 deletions
@@ -1,8 +1,10 @@
LineBreakpoint created at withoutBodyProperties.kt:8
LineBreakpoint created at withoutBodyProperties.kt:13
LineBreakpoint created at withoutBodyProperties.kt:18
LineBreakpoint created at withoutBodyProperties.kt:29
LineBreakpoint created at withoutBodyProperties.kt:36
LineBreakpoint created at withoutBodyProperties.kt:23
LineBreakpoint created at withoutBodyProperties.kt:28
LineBreakpoint created at withoutBodyProperties.kt:39
LineBreakpoint created at withoutBodyProperties.kt:46
!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!;!CUSTOM_LIBRARY!;!RT_JAR! withoutBodyProperties.WithoutBodyPropertiesPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
withoutBodyProperties.kt:8
@@ -11,11 +13,15 @@ withoutBodyProperties.kt:13
Compile bytecode for 1 + 2
withoutBodyProperties.kt:18
Compile bytecode for 1 + 3
withoutBodyProperties.kt:29
Compile bytecode for i
withoutBodyProperties.kt:29
withoutBodyProperties.kt:36
withoutBodyProperties.kt:23
Compile bytecode for 1 + 4
withoutBodyProperties.kt:28
Compile bytecode for 1 + 5
withoutBodyProperties.kt:39
Compile bytecode for i
withoutBodyProperties.kt:39
withoutBodyProperties.kt:46
Compile bytecode for 1 + 6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0