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
+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 OUT] foo <bold>{ value -></bold>
3 [LAMBDA OUT] fun foo(<bold>f: (Int) -> Unit</bold>) {
8 [LAMBDA CALLS] foo <bold>{ value -></bold>
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Unit</bold>) {
4 f(<bold>1</bold>)