Fix test data
We do not need to check the imports order in this particular test
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
package some
|
package some
|
||||||
|
|
||||||
import java.util.SortedSet
|
|
||||||
|
|
||||||
fun other() {
|
fun other() {
|
||||||
somefu<caret>
|
somefu<caret>
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
package some
|
package some
|
||||||
|
|
||||||
import jettesting.data.somefun
|
import jettesting.data.somefun
|
||||||
import java.util.SortedSet
|
|
||||||
|
|
||||||
fun other() {
|
fun other() {
|
||||||
somefun(<caret>)
|
somefun(<caret>)
|
||||||
|
|||||||
Reference in New Issue
Block a user