Remove redundant jvm reflection import

This commit is contained in:
Mikhael Bogdanov
2018-12-21 10:31:51 +01:00
parent a2904b8e53
commit a75d57a20b
3 changed files with 0 additions and 3 deletions
@@ -2,7 +2,6 @@
// WITH_REFLECT
import kotlin.reflect.KClass
import kotlin.reflect.jvm.*
import kotlin.test.assertEquals
// --