Do not use deprecated kotlin.reflect API

This commit is contained in:
Alexander Udalov
2017-08-18 14:25:07 +03:00
parent 593d6b7a95
commit 60c735f2fd
45 changed files with 52 additions and 27 deletions
@@ -5,6 +5,7 @@
// KT-8131 Cannot find backing field in ancestor class via reflection
import kotlin.reflect.*
import kotlin.reflect.full.*
import kotlin.reflect.jvm.*
open class TestBase {