Sure, if you specify type as `<T>` it does n...
# announcements
s
Sure, if you specify type as
<T>
it does not work for kotlin objects, unfortunately i don't know exact reason of this behaviour(probably it inferred as <T: Nothing>) so to make extension function with generic class( like
T.funcName
) work you'll need to specify parent kotlin class in your case
Any nullable class