I encountered some unexpected compiler behaviour when calling overloaded method with different Action variations.
Action
Let\'s say I have this class
There is a workaround:
Test t = new Test(new Action(TestDecimal));