Fix link to sealed classes doc page
#KT-28829 Fixed
This commit is contained in:
@@ -99,7 +99,7 @@ public actual interface KClass<T : Any> : KDeclarationContainer, KAnnotatedEleme
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* `true` if this class is `sealed`.
|
* `true` if this class is `sealed`.
|
||||||
* See the [Kotlin language documentation](https://kotlinlang.org/docs/reference/classes.html#sealed-classes)
|
* See the [Kotlin language documentation](https://kotlinlang.org/docs/reference/sealed-classes.html)
|
||||||
* for more information.
|
* for more information.
|
||||||
*/
|
*/
|
||||||
@SinceKotlin("1.1")
|
@SinceKotlin("1.1")
|
||||||
|
|||||||
Reference in New Issue
Block a user