Join Slack
Powered by
fwiw the `T.tag` example doesn't actually use the ...
# android
d
damian
01/27/2017, 4:22 PM
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
Open in Slack
Previous
Next