Introduce KClass.members, make properties/extensionProperties extensions
To avoid significant growth of KClass and KPackage interfaces
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
import kotlin.reflect.KMutableProperty2
|
||||
import kotlin.reflect.*
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
class C(var state: String) {
|
||||
|
||||
Reference in New Issue
Block a user