Render 'defined in' in resolved call tests

This commit is contained in:
Svetlana Isakova
2014-08-18 19:14:42 +04:00
parent bbeb44e6ee
commit 67aad53db7
55 changed files with 82 additions and 83 deletions
@@ -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