Replaced [LAMBDA OUT] in test data to [LAMBDA CALLS] which is less confusing
This commit is contained in:
+2
-2
@@ -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>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user