Files
kotlin-fork/idea/idea-completion/testData/kdoc/MemberLink.kt
T
2015-07-31 19:17:21 +02:00

19 lines
146 B
Kotlin
Vendored

class Foo {
/**
* [<caret>]
*/
fun xyzzy() {
}
fun bar() {
}
}
fun Foo.quux() {
}
// EXIST: bar
// EXIST: quux