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