Minor, simplify kdoc for KClass#qualifiedName
This commit is contained in:
@@ -32,8 +32,7 @@ public interface KClass<T : Any> : KDeclarationContainer, KAnnotatedElement {
|
|||||||
public val simpleName: String?
|
public val simpleName: String?
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The fully qualified name of the class which consists of names of the declaring package,
|
* The fully qualified dot-separated name of the class,
|
||||||
* all outer classes of this class and the class itself separated by dots,
|
|
||||||
* or `null` if the class is local or it is an anonymous object literal.
|
* or `null` if the class is local or it is an anonymous object literal.
|
||||||
*/
|
*/
|
||||||
public val qualifiedName: String?
|
public val qualifiedName: String?
|
||||||
|
|||||||
Reference in New Issue
Block a user