Update test data that mentioned old <class-object-for-..> name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user