Code completion: do not list instance members from context with no instance
#KT-6388 Fixed #KT-4422 Fixed #KT-5516 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
object O {
|
||||
fun foo() {}
|
||||
|
||||
class Nested {
|
||||
fun bar() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: foo
|
||||
Reference in New Issue
Block a user