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