Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/stdlib.out
T
Nikolay Krasko 84c473d800 Speed up debugger tests by replacing base output preprocessor
Avoid calling InetAddress.getLocalHost() that can be very slow.
Exact connection or disconnection string isn't relevant for tests
anyway.
2017-03-23 00:31:43 +03:00

16 lines
465 B
Plaintext
Vendored

LineBreakpoint created at stdlib.kt:5
Run Java
Connected to the target VM
stdlib.kt:5
Compile bytecode for arrayOf(100, 101)
Compile bytecode for arrayOf("a", "b", "c")
Compile bytecode for intArrayOf(1, 2)
Compile bytecode for String::class.java
Compile bytecode for Int::class.java
Compile bytecode for 100.toInt()
Compile bytecode for 100.toLong()
Compile bytecode for args.sortedBy { it }.size
Disconnected from the target VM
Process finished with exit code 0