if-else clause in list_sum doesn't check for NSCore::BigInt
Closed this issue · 0 comments
brakmic commented
Describe the bug
The if-else clause from list_sum in cppbody_emitter.ts isn't checking for "NSCore::BigInt". Instead, the "NSCore::Int" entry is also present in BigInt's else-clause. Therefore, BigInt clause can never be executed.