202: Fix SlicerLeafGroupingTestGenerated tests
This commit is contained in:
@@ -1,3 +1,37 @@
|
||||
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)
|
||||
|
||||
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)
|
||||
|
||||
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)
|
||||
|
||||
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)
|
||||
|
||||
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)
|
||||
@@ -16,23 +50,6 @@
|
||||
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 { (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>) { (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>) { (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)
|
||||
@@ -41,19 +58,3 @@ LIB (INLINE CALL let) public inline fun <T, R> <bold>T</bold>.let(block: (
|
||||
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>) { (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)
|
||||
|
||||
Reference in New Issue
Block a user