Collection tests: format and fix usages of deprecated symbols.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package test.collections
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.*
|
||||
import java.util.*
|
||||
|
||||
class LinkedSetTest : OrderedIterableTests<Set<String>>(setOf("foo", "bar"), setOf<String>())
|
||||
|
||||
Reference in New Issue
Block a user