Update test data that mentioned old <class-object-for-..> name

This commit is contained in:
Pavel V. Talanov
2015-01-26 14:35:45 +03:00
parent 35b88fb1a5
commit 75f55dd99a
5 changed files with 10 additions and 10 deletions
@@ -9,10 +9,10 @@ fun test() = A<caret>(1)
Resolved call:
Resulting descriptor: fun invoke(i: Int): Int defined in A.<class-object-for-A>
Resulting descriptor: fun invoke(i: Int): Int defined in A.Default
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = A {<class-object-for-A>}
Dispatch receiver = A {Default}
Extension receiver = NO_RECEIVER
Value arguments mapping:
@@ -11,8 +11,8 @@ fun test() {
Resolved call:
Resulting descriptor: val baz: Foo defined in Foo.<class-object-for-Foo>
Resulting descriptor: val baz: Foo defined in Foo.Default
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = Foo {<class-object-for-Foo>}
Dispatch receiver = Foo {Default}
Extension receiver = NO_RECEIVER
@@ -6,8 +6,8 @@ fun test() {
Resolved call:
Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange.<class-object-for-IntRange>
Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange.Default
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = IntRange {<class-object-for-IntRange>}
Dispatch receiver = IntRange {Default}
Extension receiver = NO_RECEIVER