Maybe something like this will work? ``` when (T::...
# announcements
m
Maybe something like this will work?
Copy code
when (T::class) {
  String::class -> {}
}