13 lines
115 B
Kotlin
13 lines
115 B
Kotlin
package Test
|
|
|
|
class Some() {
|
|
fun methodName() {
|
|
<caret>
|
|
}
|
|
}
|
|
|
|
fun Some.first() {
|
|
}
|
|
|
|
// EXIST: first
|