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

21 lines
339 B
Plaintext
Vendored

LineBreakpoint created at AnyFalse.kt:5
Run Java
Connected to the target VM
AnyFalse.kt:5
sequenceOf(1,2,3)
.any({ it > 5 })
any
before: 1,2,3
after: nothing
mappings for any
direct:
1 -> nothing
2 -> nothing
3 -> nothing
reverse:
empty
WRONG!
Disconnected from the target VM
Process finished with exit code 0