summaryrefslogtreecommitdiff
path: root/test/files/neg/t9953.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-071-0/+13
Don't warn about equals if any `Any` is involved. cf SI-8965 The condition for warning is that both types lub to a supertype of Object.