Debugger: Provide fixed implementation of 'toString()' for lambdas (KT-32691)

This commit is contained in:
Yan Zhulanow
2019-09-10 16:13:09 +03:00
parent 82a1750d26
commit ab0f841642
4 changed files with 76 additions and 16 deletions
@@ -0,0 +1,11 @@
LineBreakpoint created at lambdaToString.kt:3
Run Java
Connected to the target VM
lambdaToString.kt:3
Compile bytecode for {}.toString().removeId()
Compile bytecode for { 1 + 2 }.toString().removeId()
Compile bytecode for { s: String -> s.toString() }.toString().removeId()
Compile bytecode for { l: List<String> -> l.first() }.toString().removeId()
Disconnected from the target VM
Process finished with exit code 0