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
@@ -8,7 +8,7 @@
8 [LAMBDA IN] val x = foo <bold>{ it }</bold>
8 val x = foo <bold>{ it }</bold>
8 val x = foo { <bold>it</bold> }
8 [LAMBDA OUT] val x = foo <bold>{ it }</bold>
3 [LAMBDA OUT] fun foo(<bold>f: (Int) -> Int</bold>): Int {
8 [LAMBDA CALLS] val x = foo <bold>{ it }</bold>
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Int</bold>): Int {
4 return f(<bold>1</bold>)