summaryrefslogtreecommitdiff
path: root/test/files/neg/t8700b.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-141-0/+11
Until now, the warning was only emitted for enums from Java class files. This commit fixes it by - aligning the flags set in JavaParsers with the flags set in ClassfileParser (which are required by the pattern matcher to even consider checking exhaustiveness) - adding the enum members as childs to the class holding the enum as done in ClassfileParser so that the pattern matcher sees the enum members when looking for the sealed children of a type