KT-4893 Code completion should not show multiple functions with the same signature
#KT-4893 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
var xxx = <caret>
|
||||
}
|
||||
|
||||
// ABSENT: xxx
|
||||
Reference in New Issue
Block a user