isSupertype

@JvmName(name = "isSupertype")
actual external fun isSupertype(symbol: UShort): Boolean(source)

Check if the node for the given numerical ID is a supertype.

Since

0.24.0

expect fun isSupertype(symbol: UShort): Boolean(source)

Check if the node for the given numerical ID is a supertype.

Since

0.24.0

@JvmName(name = "isSupertype")
actual external fun isSupertype(symbol: UShort): Boolean(source)

Check if the node for the given numerical ID is a supertype.

Since

0.24.0

actual fun isSupertype(symbol: UShort): Boolean(source)

Check if the node for the given numerical ID is a supertype.

Since

0.24.0