jvmErasure property

KClass<Any> get jvmErasure

Returns the KClass instance representing the runtime class to which this type is erased to on JVM.

Implementation

KClass get jvmErasure => throw NotImplementedError();