Evaluate default value for argument non-deterministically

in pseudocode
This commit is contained in:
Svetlana Isakova
2014-06-12 13:03:59 +04:00
parent 9480907514
commit 88ecc5cc59
6 changed files with 64 additions and 2 deletions
@@ -0,0 +1 @@
fun foo(i: Int = 1) = i + 2