9 lines
98 B
Kotlin
Vendored
9 lines
98 B
Kotlin
Vendored
/**
|
|
* This is the same as [<caret>bar]
|
|
*/
|
|
fun foo() {}
|
|
|
|
fun bar() {}
|
|
|
|
// REF: (in <root>).bar()
|