More correct sorting of parameter name&type suggestions in completion

This commit is contained in:
Valentin Kipyatkov
2015-08-27 22:55:05 +03:00
parent 7ef9a9d6d4
commit 9df3bb8a06
3 changed files with 15 additions and 12 deletions
@@ -0,0 +1,3 @@
package ppp1
class MyClaaa
@@ -5,3 +5,4 @@ fun foo(myCla<caret>)
// ORDER: myClassB
// ORDER: myClassA
// ORDER: myClassC
// ORDER: myClaaa