Hey guys, there's this old language proposal about...
# language-proposals
h
Hey guys, there's this old language proposal about sth called companion vals https://github.com/Kotlin/KEEP/pull/106 . I find this quite interesting and did some experiments in this direction (See pr thread). There is extension providers in xtend, and as i discovered recently, 'export' in Scala 3. The proposal already got some downvotes, is anybody interested in talking about said features here? :) There are a lot of similarities with keep-87 (typeclasses) and compound receivers, so maybe the receiver scoping thing can be somewhat generalized, maybe for extension function providers only at all, which i think is the most probable use case?