Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
== f ==
|
||||
fun f() {
|
||||
class LocalClass() {
|
||||
fun f() {
|
||||
val x = ""
|
||||
|
||||
fun loc() {
|
||||
val x3 = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
---------------------
|
||||
=====================
|
||||
== f ==
|
||||
fun f() {
|
||||
val x = ""
|
||||
|
||||
fun loc() {
|
||||
val x3 = ""
|
||||
}
|
||||
}
|
||||
---------------------
|
||||
"" <v0> NEW()
|
||||
=====================
|
||||
== loc ==
|
||||
fun loc() {
|
||||
val x3 = ""
|
||||
}
|
||||
---------------------
|
||||
"" <v0> NEW()
|
||||
=====================
|
||||
Reference in New Issue
Block a user