Do not include line numbers from librarys source into test output otherwise it will change to often when upgrading libs
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
6 val <bold>v = this</bold>
|
||||
6 val v = <bold>this</bold>
|
||||
5 [LAMBDA CALLS RECEIVER] with("A") <bold>{</bold>
|
||||
66 (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
70 (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
66 (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
LIB (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
LIB (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
LIB (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
5 with(<bold>"A"</bold>) {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
6 val <bold>v = this</bold>
|
||||
6 val v = <bold>this</bold>
|
||||
5 [LAMBDA CALLS RECEIVER] with("A") <bold>{</bold>
|
||||
66 (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
70 (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
66 (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
LIB (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
LIB (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
LIB (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
5 with(<bold>"A"</bold>) {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
4 class <bold>C</bold>
|
||||
12 fun <bold>C</bold>.extensionFun() {}
|
||||
7 [LAMBDA CALLS RECEIVER] val c = C().apply <bold>{</bold>
|
||||
79 (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
79 (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
LIB (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
LIB (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
7 val c = <bold>C()</bold>.apply {
|
||||
4 class <bold>C</bold>
|
||||
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
7 val c = <bold>C()</bold>.apply {
|
||||
12 fun <bold>C</bold>.extensionFun() {}
|
||||
7 [LAMBDA CALLS RECEIVER] val c = C().apply <bold>{</bold>
|
||||
79 (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
79 (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
LIB (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
LIB (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
7 val c = <bold>C()</bold>.apply {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
12 fun <bold>C</bold>.extensionFun() {}
|
||||
7 [LAMBDA CALLS RECEIVER] val c = C().apply <bold>{</bold>
|
||||
79 (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
79 (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
LIB (INLINE CALL apply) [LAMBDA CALLS RECEIVER] public inline fun <T> T.apply(<bold>block: T.() -> Unit</bold>): T {
|
||||
LIB (INLINE CALL apply) public inline fun <T> <bold>T</bold>.apply(block: T.() -> Unit): T {
|
||||
7 val c = <bold>C()</bold>.apply {
|
||||
4 class <bold>C</bold>
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
4 fun <bold>Any</bold>.extensionFun() {
|
||||
29 <bold>it</bold>.extensionFun()
|
||||
28 [LAMBDA CALLS ARGUMENT #0] "A".let <bold>{</bold>
|
||||
108 (INLINE CALL let) [LAMBDA CALLS ARGUMENT #0] public inline fun <T, R> T.let(<bold>block: (T) -> R</bold>): R {
|
||||
112 (INLINE CALL let) return block(<bold>this</bold>)
|
||||
108 (INLINE CALL let) public inline fun <T, R> <bold>T</bold>.let(block: (T) -> R): R {
|
||||
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 {
|
||||
|
||||
20 withNoInline(<bold>1</bold>) {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
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>) {
|
||||
37 <bold>it</bold>.extensionFun()
|
||||
29 <bold>it</bold>.extensionFun()
|
||||
4 fun <bold>Any</bold>.extensionFun() {
|
||||
29 <bold>it</bold>.extensionFun()
|
||||
37 <bold>it</bold>.extensionFun()
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
24 withNoInline(<bold>2</bold>) {
|
||||
29 <bold>it</bold>.extensionFun()
|
||||
28 [LAMBDA CALLS ARGUMENT #0] "A".let <bold>{</bold>
|
||||
108 (INLINE CALL let) [LAMBDA CALLS ARGUMENT #0] public inline fun <T, R> T.let(<bold>block: (T) -> R</bold>): R {
|
||||
112 (INLINE CALL let) return block(<bold>this</bold>)
|
||||
108 (INLINE CALL let) public inline fun <T, R> <bold>T</bold>.let(block: (T) -> R): R {
|
||||
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 {
|
||||
37 <bold>it</bold>.extensionFun()
|
||||
36 [LAMBDA CALLS ARGUMENT #0] "D".letNoInline <bold>{</bold>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
18 with(<bold>123</bold>) {
|
||||
8 fun <bold>Any</bold>.extensionFun() {
|
||||
18 [LAMBDA CALLS RECEIVER] with(123) <bold>{</bold>
|
||||
66 (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
70 (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
66 (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
LIB (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
LIB (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
LIB (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
18 with(<bold>123</bold>) {
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
18 with(<bold>123</bold>) {
|
||||
8 fun <bold>Any</bold>.extensionFun() {
|
||||
18 [LAMBDA CALLS RECEIVER] with(123) <bold>{</bold>
|
||||
66 (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
70 (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
66 (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
LIB (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
LIB (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
LIB (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
18 with(<bold>123</bold>) {
|
||||
24 <bold>"A"</bold>.foo()
|
||||
8 fun <bold>Any</bold>.extensionFun() {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
12 <bold>""</bold>.extensionFun()
|
||||
14 <bold>1</bold>.extensionFun()
|
||||
18 [LAMBDA CALLS RECEIVER] with(123) <bold>{</bold>
|
||||
66 (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
70 (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
66 (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
LIB (INLINE CALL with) [LAMBDA CALLS RECEIVER] public inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
|
||||
LIB (INLINE CALL with) return <bold>receiver</bold>.block()
|
||||
LIB (INLINE CALL with) public inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
|
||||
18 with(<bold>123</bold>) {
|
||||
|
||||
Reference in New Issue
Block a user