Refactoring: AbstractResolvedCallsTest
Render resolved call to a separate file
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// !CALL: invoke
|
||||
|
||||
class Foo {
|
||||
fun invoke() {}
|
||||
}
|
||||
|
||||
fun bar(f: Foo) {
|
||||
f()
|
||||
}
|
||||
|
||||
|
||||
Resolved call:
|
||||
|
||||
Explicit receiver kind = THIS_OBJECT
|
||||
This object = f
|
||||
Receiver argument = NO_RECEIVER
|
||||
Reference in New Issue
Block a user