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

10 lines
105 B
Kotlin

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