Better sorting of variants in add import popup
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user