18 lines
298 B
Plaintext
Vendored
18 lines
298 B
Plaintext
Vendored
LineBreakpoint created at FlatMap.kt:5
|
|
Run Java
|
|
Connected to the target VM
|
|
FlatMap.kt:5
|
|
listOf(2, 3)
|
|
.flatMap({ 0..it })
|
|
flatMap
|
|
before: 2
|
|
after: nothing
|
|
mappings for flatMap
|
|
direct:
|
|
2 -> nothing
|
|
reverse:
|
|
empty
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|