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

13 lines
115 B
Kotlin

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