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