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,60 +1,59 @@
36 <bold>"D"</bold>.letNoInline {
4 fun <bold>Any</bold>.extensionFun() {
37 <bold>it</bold>.extensionFun()
36 [LAMBDA CALLS ARGUMENT #0] "D".letNoInline <bold>{</bold>
55 [LAMBDA CALLS ARGUMENT #0] fun <T, R> T.letNoInline(<bold>block: (T) -> R</bold>): R {
56 return block(<bold>this</bold>)
55 fun <T, R> <bold>T</bold>.letNoInline(block: (T) -> R): R {
36 <bold>"D"</bold>.letNoInline {
36 <bold>"D"</bold>.letNoInline { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
37 <bold>it</bold>.extensionFun() (in foo() on String)
36 [LAMBDA CALLS ARGUMENT #0] "D".letNoInline <bold>{</bold> (in foo() on String)
55 [LAMBDA CALLS ARGUMENT #0] fun <T, R> T.letNoInline(<bold>block: (T) -> R</bold>): R { (in letNoInline((T) -> R) on T)
56 return block(<bold>this</bold>) (in letNoInline((T) -> R) on T)
55 fun <T, R> <bold>T</bold>.letNoInline(block: (T) -> R): R { (in letNoInline((T) -> R) on T)
36 <bold>"D"</bold>.letNoInline { (in foo() on String)
40 <bold>"C"</bold>.letNoInline {
4 fun <bold>Any</bold>.extensionFun() {
37 <bold>it</bold>.extensionFun()
36 [LAMBDA CALLS ARGUMENT #0] "D".letNoInline <bold>{</bold>
55 [LAMBDA CALLS ARGUMENT #0] fun <T, R> T.letNoInline(<bold>block: (T) -> R</bold>): R {
56 return block(<bold>this</bold>)
55 fun <T, R> <bold>T</bold>.letNoInline(block: (T) -> R): R {
40 <bold>"C"</bold>.letNoInline {
40 <bold>"C"</bold>.letNoInline { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
37 <bold>it</bold>.extensionFun() (in foo() on String)
36 [LAMBDA CALLS ARGUMENT #0] "D".letNoInline <bold>{</bold> (in foo() on String)
55 [LAMBDA CALLS ARGUMENT #0] fun <T, R> T.letNoInline(<bold>block: (T) -> R</bold>): R { (in letNoInline((T) -> R) on T)
56 return block(<bold>this</bold>) (in letNoInline((T) -> R) on T)
55 fun <T, R> <bold>T</bold>.letNoInline(block: (T) -> R): R { (in letNoInline((T) -> R) on T)
40 <bold>"C"</bold>.letNoInline { (in foo() on String)
28 <bold>"A"</bold>.let {
4 fun <bold>Any</bold>.extensionFun() {
29 <bold>it</bold>.extensionFun()
28 [LAMBDA CALLS ARGUMENT #0] "A".let <bold>{</bold>
LIB (INLINE CALL let) [LAMBDA CALLS ARGUMENT #0] public inline fun <T, R> T.let(<bold>block: (T) -> R</bold>): R {
LIB (INLINE CALL let) return block(<bold>this</bold>)
LIB (INLINE CALL let) public inline fun <T, R> <bold>T</bold>.let(block: (T) -> R): R {
28 <bold>"A"</bold>.let {
28 <bold>"A"</bold>.let { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
29 <bold>it</bold>.extensionFun() (in foo() on String)
28 [LAMBDA CALLS ARGUMENT #0] "A".let <bold>{</bold> (in foo() on String)
LIB (INLINE CALL let) [LAMBDA CALLS ARGUMENT #0] public inline fun <T, R> T.let(<bold>block: (T) -> R</bold>): R { (in let((T) -> R) on T)
LIB (INLINE CALL let) return block(<bold>this</bold>) (in let((T) -> R) on T)
LIB (INLINE CALL let) public inline fun <T, R> <bold>T</bold>.let(block: (T) -> R): R { (in let((T) -> R) on T)
28 <bold>"A"</bold>.let { (in foo() on String)
20 withNoInline(<bold>1</bold>) {
4 fun <bold>Any</bold>.extensionFun() {
20 [LAMBDA CALLS RECEIVER] withNoInline(1) <bold>{</bold>
50 [LAMBDA CALLS RECEIVER] fun <T, R> withNoInline(receiver: T, <bold>block: T.() -> R</bold>): R {
51 val result = <bold>receiver</bold>.block()
50 fun <T, R> withNoInline(<bold>receiver: T</bold>, block: T.() -> R): R {
20 withNoInline(<bold>1</bold>) {
20 withNoInline(<bold>1</bold>) { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
20 [LAMBDA CALLS RECEIVER] withNoInline(1) <bold>{</bold> (in foo() on String)
50 [LAMBDA CALLS RECEIVER] fun <T, R> withNoInline(receiver: T, <bold>block: T.() -> R</bold>): R { (in withNoInline(T, T.() -> R))
51 val result = <bold>receiver</bold>.block() (in withNoInline(T, T.() -> R))
50 fun <T, R> withNoInline(<bold>receiver: T</bold>, block: T.() -> R): R { (in withNoInline(T, T.() -> R))
20 withNoInline(<bold>1</bold>) { (in foo() on String)
8 with(<bold>123</bold>) {
4 fun <bold>Any</bold>.extensionFun() {
8 [LAMBDA CALLS RECEIVER] with(123) <bold>{</bold>
45 (INLINE CALL with) [LAMBDA CALLS RECEIVER] inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
46 (INLINE CALL with) val result = <bold>receiver</bold>.block()
45 (INLINE CALL with) inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
8 with(<bold>123</bold>) {
8 with(<bold>123</bold>) { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
8 [LAMBDA CALLS RECEIVER] with(123) <bold>{</bold> (in foo() on String)
45 (INLINE CALL with) [LAMBDA CALLS RECEIVER] inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R { (in with(T, T.() -> R))
46 (INLINE CALL with) val result = <bold>receiver</bold>.block() (in with(T, T.() -> R))
45 (INLINE CALL with) inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R { (in with(T, T.() -> R))
8 with(<bold>123</bold>) { (in foo() on String)
24 withNoInline(<bold>2</bold>) {
4 fun <bold>Any</bold>.extensionFun() {
20 [LAMBDA CALLS RECEIVER] withNoInline(1) <bold>{</bold>
50 [LAMBDA CALLS RECEIVER] fun <T, R> withNoInline(receiver: T, <bold>block: T.() -> R</bold>): R {
51 val result = <bold>receiver</bold>.block()
50 fun <T, R> withNoInline(<bold>receiver: T</bold>, block: T.() -> R): R {
24 withNoInline(<bold>2</bold>) {
12 with(<bold>456</bold>) {
4 fun <bold>Any</bold>.extensionFun() {
13 <bold>this</bold>.extensionFun()
12 [LAMBDA CALLS RECEIVER] with(456) <bold>{</bold>
45 (INLINE CALL with) [LAMBDA CALLS RECEIVER] inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
46 (INLINE CALL with) val result = <bold>receiver</bold>.block()
45 (INLINE CALL with) inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
12 with(<bold>456</bold>) {
24 withNoInline(<bold>2</bold>) { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
20 [LAMBDA CALLS RECEIVER] withNoInline(1) <bold>{</bold> (in foo() on String)
50 [LAMBDA CALLS RECEIVER] fun <T, R> withNoInline(receiver: T, <bold>block: T.() -> R</bold>): R { (in withNoInline(T, T.() -> R))
51 val result = <bold>receiver</bold>.block() (in withNoInline(T, T.() -> R))
50 fun <T, R> withNoInline(<bold>receiver: T</bold>, block: T.() -> R): R { (in withNoInline(T, T.() -> R))
24 withNoInline(<bold>2</bold>) { (in foo() on String)
12 with(<bold>456</bold>) { (in foo() on String)
4 fun <bold>Any</bold>.extensionFun() { (in extensionFun() on Any)
13 <bold>this</bold>.extensionFun() (in foo() on String)
12 [LAMBDA CALLS RECEIVER] with(456) <bold>{</bold> (in foo() on String)
45 (INLINE CALL with) [LAMBDA CALLS RECEIVER] inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R { (in with(T, T.() -> R))
46 (INLINE CALL with) val result = <bold>receiver</bold>.block() (in with(T, T.() -> R))
45 (INLINE CALL with) inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R { (in with(T, T.() -> R))
12 with(<bold>456</bold>) { (in foo() on String)