Debugger: Provide fixed implementation of 'toString()' for lambdas (KT-32691)
This commit is contained in:
Vendored
+11
@@ -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
|
||||
Reference in New Issue
Block a user