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