Better sorting of variants in add import popup

This commit is contained in:
Valentin Kipyatkov
2015-08-21 18:11:41 +03:00
parent 5a4cd96c75
commit 628ce4ea32
11 changed files with 102 additions and 107 deletions
@@ -0,0 +1,8 @@
// "Import" "true"
// ERROR: Unresolved reference: Date
import java.util.*
import dependency.*
fun foo(d: Date<caret>) {
}