11 lines
98 B
Kotlin
11 lines
98 B
Kotlin
fun Some.first() {
|
|
}
|
|
|
|
class Some() {
|
|
}
|
|
|
|
fun Some.second() {
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: first, second |