Do not use deprecated kotlin.reflect API
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.reflect.full.*
|
||||
|
||||
open class A(private val p: Int)
|
||||
class B : A(42)
|
||||
|
||||
Reference in New Issue
Block a user