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

18 lines
315 B
Plaintext
Vendored

LineBreakpoint created at ArrayAsSource.kt:5
Run Java
Connected to the target VM
ArrayAsSource.kt:5
arrayOf("23", "34").asIterable()
.count()
count
before: 2
after: nothing
mappings for count
direct:
2 -> nothing
reverse:
empty
Disconnected from the target VM
Process finished with exit code 0