Add 'val KClass.declaredProperties', make getProperties a property
This commit is contained in:
@@ -19,7 +19,7 @@ package kotlin.reflect
|
||||
public trait KClass<T> {
|
||||
public val simpleName: String?
|
||||
|
||||
public fun getProperties(): Collection<KMemberProperty<T, *>>
|
||||
public val properties: Collection<KMemberProperty<T, *>>
|
||||
|
||||
public fun getExtensionProperties(): Collection<KMemberExtensionProperty<T, *, *>>
|
||||
public val extensionProperties: Collection<KMemberExtensionProperty<T, *, *>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user