Evaluator: Render inline class values using its toString() implementation (KT-27414)
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ fun main() {
|
||||
}
|
||||
|
||||
// EXPRESSION: i
|
||||
// RESULT: 1: I
|
||||
// RESULT: "InlineMe(x=1)": Ljava/lang/String;
|
||||
+1
-1
@@ -2,7 +2,7 @@ LineBreakpoint created at inlineMethodsInSignature.kt:8
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
inlineMethodsInSignature.kt:8
|
||||
Compile bytecode for i
|
||||
Compile bytecode for (i).toString()
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user