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
@@ -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