Ordinary completion includes some items from smart completion + changed priority for multi-args item in smart completion
#KT-8580 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class CC {
|
||||
companion object {
|
||||
fun getInstance(): CC {}
|
||||
}
|
||||
}
|
||||
|
||||
fun foo(): CC {
|
||||
return C<caret>
|
||||
}
|
||||
|
||||
// ORDER: CC
|
||||
// ORDER: getInstance
|
||||
Reference in New Issue
Block a user