Details
Description
The boo libraries were build using #2467 revision.
Attachment contains a single test case, where the last assert fails.
It tries to add two nullable decimals, but always returns null.
Other asserts tries adding nullable decimals and strings, and other possible combinations.
Added one more assert statement.
m_interpreter.Eval("tp.PracticeDuration.Value + tp.PracticeDuration.Value;");
Assert.AreEqual(10m, m_interpreter.LastValue);
This assert does not fail.