<@U26S5Q8PP> btw, Extension methods do not expand/...
# getting-started
a
@outlying btw, Extension methods do not expand/modify the class. Rather a
OriginalUtils
class (not sure about how the class would be called) is created with a static method
dance(original: Original)
. So there is no interhitance or whatsoever possible