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