summaryrefslogtreecommitdiff
path: root/test/files/neg/t2296a
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6245 with workaround for SI-2296.amin2012-09-132-0/+25
protected/super accessor issue: Don't subvert the creation of the standard protected accessor with the java interop accessor. For SI-2296, the compiler emits an error instead of causing an illegal access error at runtime.