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