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
@@ -6,7 +6,6 @@
// FULL_JDK
import kotlin.reflect.KClass
import kotlin.reflect.jvm.*
import kotlin.test.assertEquals
class A {