Rename: this object, receiver argument -> dispatch receiver, extension receiver
This commit is contained in:
@@ -8,8 +8,8 @@ Resolved call:
|
||||
Resulting descriptor: constructor MyA(i: Int) defined in MyA
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
This object = NO_RECEIVER
|
||||
Receiver argument = NO_RECEIVER
|
||||
Dispatch receiver = NO_RECEIVER
|
||||
Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ Resolved call:
|
||||
Resulting descriptor: constructor A() defined in A
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
This object = NO_RECEIVER
|
||||
Receiver argument = NO_RECEIVER
|
||||
Dispatch receiver = NO_RECEIVER
|
||||
Extension receiver = NO_RECEIVER
|
||||
@@ -7,9 +7,9 @@ Resolved call:
|
||||
|
||||
Resulting descriptor: fun get(index: Int): Int defined in kotlin.Array
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = array {Array<Int>}
|
||||
Receiver argument = NO_RECEIVER
|
||||
Explicit receiver kind = DISPATCH_RECEIVER
|
||||
Dispatch receiver = array {Array<Int>}
|
||||
Extension receiver = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user