Evaluator: Render inline class values using its toString() implementation (KT-27414)

This commit is contained in:
Yan Zhulanow
2018-06-14 23:44:46 +03:00
parent 425467ca99
commit ef08110354
5 changed files with 64 additions and 30 deletions
@@ -9,4 +9,4 @@ fun main() {
}
// EXPRESSION: i
// RESULT: 1: I
// RESULT: "InlineMe(x=1)": Ljava/lang/String;
@@ -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