stepango
12/23/2016, 8:41 AM<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