KT-7195 Smart completion after "return ": the function itself should get smaller priority + declarations in the same file to have higher priority than default-imported
#KT-7195 Fixed
This commit is contained in:
@@ -11,5 +11,5 @@ fun bar(p: (String) -> Boolean) {
|
||||
// ORDER: p
|
||||
// ORDER: {...}
|
||||
// ORDER: { String -> ... }
|
||||
// ORDER: ::error
|
||||
// ORDER: ::x
|
||||
// ORDER: ::error
|
||||
|
||||
Reference in New Issue
Block a user