Drop deprecated CollectionAssertions.kt

Remove incorrect import from callByWithEmptyVarArg test
This commit is contained in:
Ilya Gorbunov
2020-06-19 00:11:59 +03:00
parent 5550dc93a1
commit 7632910ffd
3 changed files with 0 additions and 239 deletions
@@ -6,7 +6,6 @@
import kotlin.reflect.*
import kotlin.reflect.full.*
import kotlin.test.assert
annotation class Foo(vararg val strings: String)