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

18 lines
304 B
Plaintext
Vendored

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