Fix debugger testData after improving toString() of lambdas

This commit is contained in:
Alexander Udalov
2016-03-09 13:41:00 +03:00
parent eef3631b8a
commit 8f7047817f
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ fun foo(f: () -> Unit) {
// EXPRESSION: myFun()
// RESULT: 1: I
frame = invoke():16, A$test$1 {frameThis0}
this = this = {frameThis0.A$test$1@uniqueID}kotlin.jvm.functions.Function0<kotlin.Unit>
this = this = {frameThis0.A$test$1@uniqueID}Function0<kotlin.Unit>
field = this$0: frameThis0.A = {frameThis0.A@uniqueID} (sp = null)
field = prop1: int = 1 (sp = frameThis0.kt, 8)
field = $val1: int = 1 (sp = null)