Added container text into slicer tests output

This commit is contained in:
Valentin Kipyatkov
2020-04-14 11:56:27 +03:00
parent 2d2d9337ca
commit 23ead3c805
313 changed files with 2253 additions and 2331 deletions
@@ -1,6 +1,5 @@
4 f(<bold>1</bold>)
9 val v = <bold>it</bold>
8 [LAMBDA CALLS ARGUMENT #0] foo <bold>{</bold>
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) {
4 f(<bold>1</bold>)
4 f(<bold>1</bold>) (in foo((Int) -> Unit))
9 val v = <bold>it</bold> (in test())
8 [LAMBDA CALLS ARGUMENT #0] foo <bold>{</bold> (in test())
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { (in foo((Int) -> Unit))
4 f(<bold>1</bold>) (in foo((Int) -> Unit))