Fixed completion list ordering for java classes

This commit is contained in:
Valentin Kipyatkov
2014-11-28 21:25:22 +03:00
parent 9dc6a82fef
commit 48edd5f02a
4 changed files with 40 additions and 11 deletions
@@ -0,0 +1,8 @@
import java.sql.DriverPropertyInfo
val some = Driver<caret>
// INVOCATION_COUNT: 2
// ORDER: Driver
// ORDER: DriverPropertyInfo
// ORDER: DriverManager