kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.reflect.full
/
isSubtypeOf
is
Subtype
Of
JRE
fun
KType
.
isSubtypeOf
(
other
:
KType
)
:
Boolean
Returns
true
if
this
type is the same or is a subtype of
other
,
false
otherwise.
Since Kotlin
1.1