fix issues 53 :Integer validation false positive: minInclusive, maxInclusive
-
fix #53 (closed) :Integer validation false positive: minInclusive, maxInclusive
-
A warning will be returned when the value exceeds minInclusive or maxInclusive.Will not return a type error at the same time
-
And test case results should also change