Add common JetElement for imports: JetImportList
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// ERROR: 'f' overrides nothing
|
||||
// ERROR: 'f' overrides nothing
|
||||
import a.B
|
||||
|
||||
class BB : B() {
|
||||
<caret>override fun f() {}
|
||||
}
|
||||
|
||||
@@ -2,14 +2,10 @@
|
||||
package a
|
||||
|
||||
import java.util.Collections
|
||||
|
||||
package b {
|
||||
|
||||
import java.util.List
|
||||
|
||||
class M {
|
||||
trait A {
|
||||
val l: jet.List<Int><caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,14 +2,10 @@
|
||||
package a
|
||||
|
||||
import java.util.Collections
|
||||
|
||||
package b {
|
||||
|
||||
import java.util.List
|
||||
|
||||
class M {
|
||||
trait A {
|
||||
val l = <caret>Collections.emptyList<Int>()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user