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:
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user