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