11 lines
123 B
Kotlin
Vendored
11 lines
123 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
class Some() {
|
|
fun methodName() {
|
|
this.<caret>
|
|
}
|
|
}
|
|
|
|
fun Some.first() {
|
|
}
|
|
|
|
// EXIST: first |