Files
kotlin-fork/idea/idea-completion/testData/kdoc/NoCompletionAfterFunName.kt
T

10 lines
90 B
Kotlin
Vendored

class Foo
fun Foo.ext() = ""
/**
* [Foo.ext.<caret>]
*/
fun test() {}
// NOTHING_ELSE