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