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