The following code produces ErgoTree where `price: BigInt`, whereas it should fails with type error. ```scala val price: Long = ((reserveIn.toBigInt * precisionFactor) / hodlCoinsCircIn) ```