fwiw the `T.tag` example doesn't actually use the ...
# android
d
fwiw the
T.tag
example doesn't actually use the reified type parameter. It can be done without type parameters entirely, in fact:
inline val Any.tag: String get() = javaClass.simpleName