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

18 lines
295 B
Plaintext
Vendored

LineBreakpoint created at Average.kt:5
Run Java
Connected to the target VM
Average.kt:5
listOf(1, 2, 3, 4)
.average()
average
before: 4
after: nothing
mappings for average
direct:
4 -> nothing
reverse:
empty
Disconnected from the target VM
Process finished with exit code 0