summaryrefslogtreecommitdiff
path: root/test/files/pos/t8828.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-281-0/+1
5dfcf5e reverted a change to `Symbol#isEffectivelyFinal` (made in adeffda) that broke overriding checks, and moved the new enhanced version to a new method. However, the test for inaccessible type access still uses the old one, so it lost the ability to see that the owner of some method is either final or sealed and not overridden. This just makes it use the new `isEffectivelyFinalOrNotOverriden`.