Community
Participate
Working Groups
function assignNullToNotNullable() { @Test } isNull decimal(5,2)?; d decimal(5,2); try d = isNull; LogResult.failed("no exception"); onException ( nvx NullValueException ) LogResult.passed("OK"); onException ( ax AnyException ) LogResult.failed("wrong exception"); end end
Resolved by another defect
verified with 20111115_2101 and closed