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:
@@ -0,0 +1,13 @@
|
||||
enum class EE {
|
||||
A,
|
||||
B
|
||||
}
|
||||
|
||||
fun foo(): EE {
|
||||
return E<caret>
|
||||
}
|
||||
|
||||
// ORDER: valueOf
|
||||
// ORDER: A
|
||||
// ORDER: B
|
||||
// ORDER: EE
|
||||
Reference in New Issue
Block a user