11 lines
116 B
Kotlin
11 lines
116 B
Kotlin
fun Some.simpleKotlinExtension() {
|
|
}
|
|
|
|
class Some() {
|
|
}
|
|
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
|
|
// ABSENT: simpleKotlinExtension |