21 lines
339 B
Plaintext
Vendored
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
|