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
@@ -10,7 +10,7 @@ public class J {
// FILE: K.kt
import kotlin.reflect.findParameterByName
import kotlin.reflect.full.findParameterByName
import kotlin.test.assertEquals
import kotlin.test.assertNull
@@ -3,7 +3,7 @@
// WITH_REFLECT
import kotlin.reflect.*
import kotlin.reflect.full.*
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertNull