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
|
||||
|
||||
import java.util.SortedSet
|
||||
|
||||
fun other() {
|
||||
somefu<caret>
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// FIR_COMPARISON
|
||||
package some
|
||||
|
||||
import jettesting.data.somefun
|
||||
import java.util.SortedSet
|
||||
|
||||
fun other() {
|
||||
somefun(<caret>)
|
||||
|
||||
Reference in New Issue
Block a user