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
@@ -3,7 +3,7 @@
import java.util.*
import dependency.*
import dependency.Date
import java.util.Date
fun foo(d: Date<caret>) {
}
@@ -1,8 +0,0 @@
// "Import" "true"
// ERROR: Please specify constructor invocation; classifier 'HTMLStyleElement' does not have a companion object
package test
fun foo() {
<caret>HTMLStyleElement
}
@@ -1,10 +0,0 @@
// "Import" "true"
// ERROR: Please specify constructor invocation; classifier 'HTMLStyleElement' does not have a companion object
package test
import kotlin.js.dom.html.HTMLStyleElement
fun foo() {
HTMLStyleElement
}