29ab166e1b
Render resolved call to a separate file
8 lines
79 B
Kotlin
8 lines
79 B
Kotlin
// !CALL: foo
|
|
|
|
class A {
|
|
fun foo() {}
|
|
fun bar() {
|
|
foo()
|
|
}
|
|
} |