This commit is contained in:
PastSaid
2023-12-15 09:08:09 +08:00
parent a44ce28933
commit ea90726158
13 changed files with 262 additions and 234 deletions

View File

@@ -14,6 +14,10 @@ namespace UnitTestProject1
object ttt = " ";
var dd = ttt.ToDecimalR();
var a = 0.00M;
var a2 = 0L;
var f = (a == a2);
return;
}
}