Rewrite DebuggerTests (do not use FrameTree)
This commit is contained in:
committed by
Nikolay Krasko
parent
5c04959871
commit
7582f1f454
+1
-1
@@ -17,8 +17,8 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
Compile bytecode for a.prop
|
||||
frame = main():10, EvPropertyKt {evProperty}
|
||||
static = static = evProperty.EvPropertyKt
|
||||
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evProperty.kt, 7)
|
||||
local = a: evProperty.A = {evProperty.A@uniqueID} (sp = evProperty.kt, 8)
|
||||
field = prop: int = 1 (sp = evProperty.kt, 4)
|
||||
|
||||
Reference in New Issue
Block a user