DeprecatedSymbolUsageFix - correct dealing with implicit receivers + fixed KT-7776 in completion
#KT-7776 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
fun foo() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
companion object {
|
||||
}
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: "this"
|
||||
// ABSENT: "this@Companion"
|
||||
Reference in New Issue
Block a user