Rewrite DebuggerTests (do not use FrameTree)
This commit is contained in:
committed by
Nikolay Krasko
parent
5c04959871
commit
7582f1f454
+1
-1
@@ -23,8 +23,8 @@ fun foo(i: Int) {}
|
||||
fun l(f: () -> Unit) {}
|
||||
|
||||
// PRINT_FRAME
|
||||
Compile bytecode for a1.prop
|
||||
frame = main():12, EvSkipLambdaKt {evSkipLambda}
|
||||
static = static = evSkipLambda.EvSkipLambdaKt
|
||||
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evSkipLambda.kt, 7)
|
||||
local = a1: evSkipLambda.A = {evSkipLambda.A@uniqueID} (sp = evSkipLambda.kt, 8)
|
||||
field = prop: int = 1 (sp = evSkipLambda.kt, 4)
|
||||
|
||||
Reference in New Issue
Block a user