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