dohrayme
Results
1
issues of
dohrayme
MVEL 2.0.19 If I have a function: def abs(x) { (x >= 0) ? x : -x } and use it thus: abs(Integer / BigDecimal) where the egress type is...