This doesn't work either, so the issue is not spec...
# announcements
c
This doesn't work either, so the issue is not specific to the default parameter:
Copy code
fun <T: Any> foo() {
    val type: KClass<T> = Map::class
}