Closed
Description
This issue was originally filed by @tomyeh
I am looking forward a mechanism similar to Java's dynamic proxy. Without it, it is tedious to intercept a complicated class.
Mixin + implicit class seems possible but the class has to be declared at compile time and there must be a concrete public class available.