Renames and test output format improvement

This commit is contained in:
Valentin Kipyatkov
2020-04-13 10:21:51 +03:00
parent 33082d8661
commit 84a786dde3
47 changed files with 179 additions and 159 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 CALLS] val x = foo <bold>{ it }</bold>
3 [LAMBDA CALLS] fun foo(<bold>f: (Int) -> Int</bold>): Int {
8 [LAMBDA CALLS ARGUMENT #0] val x = foo <bold>{ it }</bold>
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int {
4 return f(<bold>1</bold>)