Evaluate expression: fix exception when default package is used

#KT-5555 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-08-04 10:10:06 +04:00
parent 6fa4d8fc83
commit 3a7f66b7eb
4 changed files with 23 additions and 1 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at .kt.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!RT_JAR! _DefaultPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
.kt.kt:4
Compile bytecode for 1 + 1
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0