Community
Participate
Working Groups
I think a very simple approach could be something along these lines: public class StringExtensions { @Inline("%0s + %1s") public static String operator_plus(String a, String b) { return a + b; } }
Pushed to master.
Cool, macros in Xbase :-)
Closing all bugs that were set to RESOLVED before Neon.0