There’s no way to add a method to an existing clas...
# announcements
m
There’s no way to add a method to an existing class except patching it in a class loader. So extension functions are just a syntactic sugar. Kotlin performs no class loader magic as Groovy does.