Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
== foo ==
|
||||
fun Function0<Unit>.foo() {
|
||||
this()
|
||||
}
|
||||
---------------------
|
||||
this <v0> NEW()
|
||||
this() <v0> COPY
|
||||
{ this() } <v0> COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user