`when(x)` only works if `x` is an object. you coul...
# announcements
k
when(x)
only works if
x
is an object. you could try
T::class.java
and compare it against
String::class.java
etc