10 lines
105 B
Kotlin
10 lines
105 B
Kotlin
class Some() {
|
|
fun methodName() {
|
|
this.<caret>
|
|
}
|
|
}
|
|
|
|
fun Some.first() {
|
|
}
|
|
|
|
// EXIST: first |