Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add method ArrayReferenceType.equals to fix failing tests | Alexander Kriegisch | 2023-06-26 | 1 | -0/+10 |
| | | | | | | | | | | | This also fixes a bug. Previously, ResolvedType.equals was used for equality check, and in there is a '==' comparison, which does not work for two different ArrayReferenceType instances, even if the component type is the same. Relates to #246. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Add failing test reproducing #246 | Alexander Kriegisch | 2023-06-26 | 4 | -0/+34 |
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> |