More correct shadowed declarations filtering in completion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val xxx: String = ""
|
||||
|
||||
class C {
|
||||
val xxx = x<caret>
|
||||
}
|
||||
|
||||
// ABSENT: xxx
|
||||
Reference in New Issue
Block a user