Skip to content

Fix Move defect in Generic TList<T>

Swift Expat requested to merge SwiftExpat/pas2js:main into main

The move method of TList is currently broken when the destination is less than the source. This patch corrects the error in the logic and move works correctly after the patch.

Merge request reports