Files
kotlin-fork/idea/testData/completion/basic/extensions/ExtensionInExtendedClass.kt
T
2011-12-12 12:12:45 +04:00

13 lines
117 B
Kotlin

namespace Test
class Some() {
fun methodName() {
<caret>
}
}
fun Some.first() {
}
// EXIST: first