Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
== test ==
|
||||
fun test(s: String?) {
|
||||
s?.length
|
||||
}
|
||||
---------------------
|
||||
s <v1> NEW()
|
||||
length <v2> NEW(<v1>)
|
||||
s?.length <v2> COPY
|
||||
{ s?.length } <v2> COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user