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
@@ -11,8 +11,8 @@ fun bar(f: Foo, i: Int) {
Resolved call:
Resulting descriptor: fun Int.invoke(): Unit
Resulting descriptor: fun Int.invoke(): Unit defined in Foo
Explicit receiver kind = THIS_OBJECT
This object = f {Foo}
Receiver argument = IntExt{fun Int.<anonymous>(): Unit}
Receiver argument = IntExt{fun Int.<anonymous>(): Unit defined in bar}