can I make a type inherite from Int ?
# announcements
i
can I make a type inherite from Int ?
🚫 4
j
You can however create an inline class. https://kotlinlang.org/docs/reference/inline-classes.html
❤️ 1
t
Or just use extension functions to declare extra methods you wish
Int
had. https://kotlinlang.org/docs/reference/extensions.html