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 @@
|
||||
class X {
|
||||
fun String.f() {}
|
||||
}
|
||||
|
||||
fun fn() {
|
||||
with (X()) {
|
||||
"sss".<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: f
|
||||
Reference in New Issue
Block a user