kotlin-stdlib / kotlin.reflect / KClass / simpleName simpleName Common JVM JS Native 1.0 abstract val simpleName: String? 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 an anonymous object literal).