Description
In working with DFDL schemas that use the inputTypeCalc function, it is sometimes passed a java.math.BigInteger (aka JBigInt by our conventions), when what is stored in the hash-table it uses are scala.math.BigInt objects.
In working with DFDL schemas that use the inputTypeCalc function, it is sometimes passed a java.math.BigInteger (aka JBigInt by our conventions), when what is stored in the hash-table it uses are scala.math.BigInt objects.