Evaluate default value for argument non-deterministically
in pseudocode
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
== foo ==
|
||||
fun foo(i: Int = 1) = i + 2
|
||||
---------------------
|
||||
1 <v0> NEW()
|
||||
i <v2> NEW()
|
||||
2 <v3> NEW()
|
||||
i + 2 <v4> NEW(<v2>, <v3>)
|
||||
=====================
|
||||
Reference in New Issue
Block a user