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,9 @@
|
||||
class Outer {
|
||||
class Nested {
|
||||
fun foo(): Outer {
|
||||
return <caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ABSENT: this@Outer
|
||||
Reference in New Issue
Block a user