Files
kotlin-fork/idea/testData/debugger/sequence/exec/collection/outs/distinctBy.out
T
2018-08-20 05:17:51 +03:00

18 lines
323 B
Plaintext
Vendored

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