summaryrefslogtreecommitdiff
path: root/test/files/run/t9030.scala
Commit message (Collapse)AuthorAgeFilesLines
* [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-0/+19
When comparing a Number and a Character, the would emit a call to the private method. For binary compatibility, this method remains private in 2.11, so we just use equalsNumObject instead.