Debugger: Add IR-powered ranking tests

This commit is contained in:
Yan Zhulanow
2019-11-26 18:44:22 +09:00
parent 31596f0d0b
commit ce21a55943
10 changed files with 130 additions and 8 deletions
@@ -33,4 +33,6 @@ class A {
block { block { val x = 4 }}
}
}
}
}
// IGNORE_BACKEND: JVM_IR
@@ -18,4 +18,6 @@ class B {
val a by lazy {
val b = 0
}
}
}
// IGNORE_BACKEND: JVM_IR