Community
Participate
Working Groups
function getNextToken(source string inout, index int inout, delimiters string in) returns (string?) charIndex int = index / 2 + 1; generates int charIndex = 0; charIndex = EInt.asInt((EDecimal.plus((EInt.divide(index.ezeUnbox(), (int)((short) 2))), ESmallint.ezeBox((short) 1)))); which has the compile error: The method plus(BigDecimal, BigDecimal) in the type EDecimal is not applicable for the arguments (BigDecimal, ESmallint)
fixed
verified