Render 'defined in' in resolved call tests
This commit is contained in:
@@ -5,7 +5,7 @@ annotation class MyA(val i: Int)
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: constructor MyA(i: Int)
|
||||
Resulting descriptor: constructor MyA(i: Int) defined in MyA
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
This object = NO_RECEIVER
|
||||
|
||||
@@ -5,8 +5,8 @@ class B: <caret>A() {}
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: constructor A()
|
||||
Resulting descriptor: constructor A() defined in A
|
||||
|
||||
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
||||
This object = NO_RECEIVER
|
||||
Receiver argument = NO_RECEIVER
|
||||
Receiver argument = NO_RECEIVER
|
||||
@@ -5,7 +5,7 @@ fun foo(array: Array<Int>) {
|
||||
|
||||
Resolved call:
|
||||
|
||||
Resulting descriptor: fun get(index: Int): Int
|
||||
Resulting descriptor: fun get(index: Int): Int defined in kotlin.Array
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = array {Array<Int>}
|
||||
@@ -13,4 +13,4 @@ Receiver argument = NO_RECEIVER
|
||||
|
||||
Value arguments mapping:
|
||||
|
||||
SUCCESS index : Int = 1
|
||||
SUCCESS index : Int = 1
|
||||
Reference in New Issue
Block a user