aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1920/github_246
Commit message (Collapse)AuthorAgeFilesLines
* Add method ArrayReferenceType.equals to fix failing testsAlexander Kriegisch2023-06-261-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 #246Alexander Kriegisch2023-06-264-0/+34
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>