Fix usage of deprecated function in debugger testData
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ Compile bytecode for javaClass<String>()
|
|||||||
Compile bytecode for javaClass<Int>()
|
Compile bytecode for javaClass<Int>()
|
||||||
Compile bytecode for 100.toInt()
|
Compile bytecode for 100.toInt()
|
||||||
Compile bytecode for 100.toLong()
|
Compile bytecode for 100.toLong()
|
||||||
Compile bytecode for args.sortBy { it }.size()
|
Compile bytecode for args.sortedBy { it }.size()
|
||||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||||
|
|
||||||
Process finished with exit code 0
|
Process finished with exit code 0
|
||||||
|
|||||||
@@ -26,5 +26,5 @@ fun main(args: Array<String>) {
|
|||||||
// EXPRESSION: 100.toLong()
|
// EXPRESSION: 100.toLong()
|
||||||
// RESULT: 100: J
|
// RESULT: 100: J
|
||||||
|
|
||||||
// EXPRESSION: args.sortBy { it }.size()
|
// EXPRESSION: args.sortedBy { it }.size()
|
||||||
// RESULT: 0: I
|
// RESULT: 0: I
|
||||||
Reference in New Issue
Block a user