12 lines
134 B
Kotlin
Vendored
12 lines
134 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
fun Some.simpleKotlinExtension() {
|
|
}
|
|
|
|
class Some() {
|
|
}
|
|
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
|
|
// ABSENT: simpleKotlinExtension |