10 lines
90 B
Kotlin
Vendored
10 lines
90 B
Kotlin
Vendored
class Foo
|
|
fun Foo.ext() = ""
|
|
|
|
|
|
/**
|
|
* [Foo.ext.<caret>]
|
|
*/
|
|
fun test() {}
|
|
|
|
// NOTHING_ELSE |