27 lines
436 B
Plaintext
Vendored
27 lines
436 B
Plaintext
Vendored
LineBreakpoint created at ZipWithNextSingle.kt:5
|
|
Run Java
|
|
Connected to the target VM
|
|
ZipWithNextSingle.kt:5
|
|
sequenceOf(1)
|
|
.zipWithNext()
|
|
.count()
|
|
zipWithNext
|
|
before: 1
|
|
after: nothing
|
|
count
|
|
before: nothing
|
|
after: nothing
|
|
mappings for zipWithNext
|
|
direct:
|
|
1 -> nothing
|
|
reverse:
|
|
empty
|
|
mappings for count
|
|
direct:
|
|
empty
|
|
reverse:
|
|
empty
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|