All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.kotest.assertions.show.KClassShow.kt Maven / Gradle / Ivy

package io.kotest.assertions.show

import io.kotest.mpp.bestName
import kotlin.reflect.KClass

object KClassShow: Show> {
   override fun show(a: KClass<*>): Printed = a.bestName().printed()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy