2a5ca095ee
#KT-7776 Fixed
13 lines
149 B
Kotlin
Vendored
13 lines
149 B
Kotlin
Vendored
class C {
|
|
fun foo() {
|
|
<caret>
|
|
}
|
|
|
|
companion object {
|
|
}
|
|
}
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: "this"
|
|
// ABSENT: "this@Companion"
|