summaryrefslogtreecommitdiff
path: root/test/files/run/t9182.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9182 Fix runtime reflection with package object, overloadsJason Zaugg2015-02-251-0/+12
Eponymous modules and methods should be allowed to live in the same package scope. This can happen when using a module and and implicit class, or when defining the overloads manually. This commit tones back an assertion that was added for sanity checking runtime reflection thread safety to only fire when we are sure that neither the existing and current symbol of the given name are methods.