https://kotlinlang.org logo
d

dstarcev

08/15/2016, 11:44 AM
Is it possible to create an extension property named the same as an existing property, but with a different type? For example,
HttpServletResponse.status
accepts
int
, I want it to also accept
HttpStatus
enum