14 lines
107 B
Kotlin
Vendored
14 lines
107 B
Kotlin
Vendored
class Foo
|
|
class Bar
|
|
|
|
fun Foo.foo(){}
|
|
|
|
fun foo(){}
|
|
|
|
/**
|
|
* [Bar.<caret>foo]
|
|
*/
|
|
fun test() {}
|
|
|
|
// REF_EMPTY
|