Fix step out from inline function literal placed at one line

#KT-10187 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-12-01 19:19:02 +03:00
parent 3b3dbbab04
commit 08c29b7325
4 changed files with 41 additions and 14 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at stepOutInlinedLambdaArgumentOneLine.kt:5 lambdaOrdinal = 0
!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! stepOutInlinedLambdaArgumentOneLine.StepOutInlinedLambdaArgumentOneLineKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepOutInlinedLambdaArgumentOneLine.kt:5
stepOutInlinedLambdaArgumentOneLine.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0