Rename: this object, receiver argument -> dispatch receiver, extension receiver
This commit is contained in:
@@ -13,6 +13,6 @@ Resolved call:
|
||||
|
||||
Resulting descriptor: val baz: Foo defined in Foo.<class-object-for-Foo>
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = Foo {<class-object-for-Foo>}
|
||||
Receiver argument = NO_RECEIVER
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
Dispatch receiver = Foo {<class-object-for-Foo>}
|
||||
Extension receiver = NO_RECEIVER
|
||||
@@ -8,6 +8,6 @@ Resolved call:
|
||||
|
||||
Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange.<class-object-for-IntRange>
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = IntRange {<class-object-for-IntRange>}
|
||||
Receiver argument = NO_RECEIVER
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
Dispatch receiver = IntRange {<class-object-for-IntRange>}
|
||||
Extension receiver = NO_RECEIVER
|
||||
@@ -11,6 +11,6 @@ Resolved call:
|
||||
|
||||
Resulting descriptor: val baz: Int defined in Foo
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = Foo {Foo}
|
||||
Receiver argument = NO_RECEIVER
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
Dispatch receiver = Foo {Foo}
|
||||
Extension receiver = NO_RECEIVER
|
||||
Reference in New Issue
Block a user