Opened 19 years ago
Last modified 19 years ago
If a function SumInt(x1,x2), which takes Integers as input, are called with the following syntax SumInt(floor(4.23),5);, we get the following error "Error evaluating expr". Should not this be reported as a type error?
Fixed for evaluating functions with wrong types.
If a function SumInt(x1,x2), which takes Integers as input, are called with the
following syntax SumInt(floor(4.23),5);, we get the following error "Error
evaluating expr". Should not this be reported as a type error?