Files
kotlin-fork/idea/testData/debugger/tinyApp/src/sequence/misc/zipWithNextSingle.out
T
2018-08-20 05:18:00 +03:00

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