Replaced [LAMBDA OUT] in test data to [LAMBDA CALLS] which is less confusing

This commit is contained in:
Valentin Kipyatkov
2020-04-11 11:58:21 +03:00
parent 7bcd6619cf
commit 4e88e2697c
36 changed files with 94 additions and 94 deletions
@@ -1,6 +1,6 @@
4 val f = { <bold>1</bold> }
4 val f = <bold>{ 1 }</bold>
4 [LAMBDA OUT] val f = <bold>{ 1 }</bold>
4 [LAMBDA OUT] val <bold>f = { 1 }</bold>
4 [LAMBDA CALLS] val f = <bold>{ 1 }</bold>
4 [LAMBDA CALLS] val <bold>f = { 1 }</bold>
5 val x = <bold>f()</bold>
5 val <bold>x = f()</bold>