Do not use deprecated kotlin.reflect API
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.reflect.KMutableProperty1
|
||||
import kotlin.reflect.full.*
|
||||
|
||||
class C {
|
||||
var prop = 42
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.reflect.full.*
|
||||
|
||||
class C {
|
||||
fun foo() {}
|
||||
|
||||
Reference in New Issue
Block a user