kotlin-stdlib / kotlin.reflect / KClass / simpleName simpleName Common JVM JS Native 1.0 abstract val simpleName: String?(Common source) (JVM source) (JS source) (Native source) The simple name of the class as it was declared in the source code, or null if the class has no name (if, for example, it is a class of an anonymous object).