84c473d800
Avoid calling InetAddress.getLocalHost() that can be very slow. Exact connection or disconnection string isn't relevant for tests anyway.
17 lines
570 B
Plaintext
Vendored
17 lines
570 B
Plaintext
Vendored
LineBreakpoint created at arrays.kt:5
|
|
Run Java
|
|
Connected to the target VM
|
|
arrays.kt:5
|
|
Compile bytecode for arrayOf(1, 2).map { it.toString() }
|
|
Compile bytecode for arrayOf(1, 2, 101, 102).filter { it > 100 }
|
|
Compile bytecode for arrayOf(1, 2).none()
|
|
Compile bytecode for arrayOf(1, 2).count()
|
|
Compile bytecode for arrayOf(1, 2).size
|
|
Compile bytecode for arrayOf(1, 2).first()
|
|
Compile bytecode for arrayOf(1, 2).last()
|
|
Compile bytecode for intArrayOf(1, 2).max()
|
|
Compile bytecode for arrayOf(1, 2).max()
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|