Fix deprecations in testData: stepping and evaluate expression tests.

This commit is contained in:
Ilya Gorbunov
2015-09-15 17:13:57 +03:00
parent e40a5457e3
commit 74e1dbff76
33 changed files with 61 additions and 61 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ LineBreakpoint created at stdlib.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! stdlib.StdlibPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stdlib.kt:5
Compile bytecode for array(100, 101)
Compile bytecode for array("a", "b", "c")
Compile bytecode for intArray(1, 2)
Compile bytecode for arrayOf(100, 101)
Compile bytecode for arrayOf("a", "b", "c")
Compile bytecode for intArrayOf(1, 2)
Compile bytecode for javaClass<String>()
Compile bytecode for javaClass<Int>()
Compile bytecode for 100.toInt()