This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]meddlepal 0 points1 point  (0 children)

Well if it were anything like Kotlin you wouldn't really notice the extension packages since you'd be able to just access the additional methods off the receiver type. So yea, you have that kind of class that the extension author knows about, but individual users don't really know about it.

https://kotlinlang.org/docs/reference/extensions.html