Merged LambdaResultOutflowBehaviour and LambdaCallsBehaviour into one

This commit is contained in:
Valentin Kipyatkov
2020-04-11 11:07:04 +03:00
parent 1e39d4a63c
commit 61d4383cb9
48 changed files with 242 additions and 254 deletions
@@ -1,7 +1,7 @@
5 val <bold>x = f()</bold>
5 val x = <bold>f()</bold>
5 [LAMBDA] val x = <bold>f</bold>()
4 [LAMBDA] val <bold>f = { 1 }</bold>
4 [LAMBDA] val f = <bold>{ 1 }</bold>
5 [LAMBDA IN] val x = <bold>f</bold>()
4 [LAMBDA IN] val <bold>f = { 1 }</bold>
4 [LAMBDA IN] val f = <bold>{ 1 }</bold>
4 val f = <bold>{ 1 }</bold>
4 val f = { <bold>1</bold> }