Migrate 1.1 reflection API usages in tests.

This commit is contained in:
Ilya Gorbunov
2016-12-27 21:52:19 +03:00
parent 405a79549a
commit 0a840d0174
22 changed files with 29 additions and 24 deletions
@@ -4,8 +4,8 @@
// WITH_REFLECT
import kotlin.reflect.KClass
import kotlin.reflect.cast
import kotlin.reflect.safeCast
import kotlin.reflect.full.cast
import kotlin.reflect.full.safeCast
import kotlin.test.*
fun testInstance(value: Any?, klass: KClass<*>) {