``` fun map(type: KClass<SealedClass>) = ...
# announcements
j
Copy code
fun map(type: KClass<SealedClass>) =
                when (type) {
                }