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