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
+2 -2
View File
@@ -1,7 +1,7 @@
4 f(<bold>1</bold>)
9 val v = <bold>value</bold>
8 foo { <bold>value</bold> ->
8 [LAMBDA CALLS] foo <bold>{ value -></bold>
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Unit</bold>) {
8 [LAMBDA OUT] foo <bold>{ value -></bold>
3 [LAMBDA OUT] fun foo(<bold>f: (Int) -> Unit</bold>) {
4 f(<bold>1</bold>)