18 lines
308 B
Plaintext
Vendored
18 lines
308 B
Plaintext
Vendored
LineBreakpoint created at GroupBy.kt:5
|
|
Run Java
|
|
Connected to the target VM
|
|
GroupBy.kt:5
|
|
listOf(1, 2, 3, 4, 5)
|
|
.groupBy({ it % 2 })
|
|
groupBy
|
|
before: 5
|
|
after: nothing
|
|
mappings for groupBy
|
|
direct:
|
|
5 -> nothing
|
|
reverse:
|
|
empty
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|