Stepping for inline functions: add test for last statement in for

This commit is contained in:
Natalia Ukhorskaya
2015-10-27 19:40:50 +03:00
parent de5c3733e9
commit 932542891b
3 changed files with 41 additions and 0 deletions
@@ -0,0 +1,15 @@
LineBreakpoint created at stepOverForWithInline.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! stepOverForWithInline.StepOverForWithInlineKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepOverForWithInline.kt:5
stepOverForWithInline.kt:7
stepOverForWithInline.kt:8
stepOverForWithInline.kt:9
stepOverForWithInline.kt:7
stepOverForWithInline.kt:8
stepOverForWithInline.kt:9
stepOverForWithInline.kt:7
stepOverForWithInline.kt:11
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0