summaryrefslogtreecommitdiff
path: root/test/files/neg/name-lookup-stable.scala
Commit message (Collapse)AuthorAgeFilesLines
* A test case for a name binding progressionJason Zaugg2014-02-121-0/+20
I noticed the change when adapting Slick to work with Scala 2.11 in `AbstractSourceCodeGenerator.scala`. The behaviour changed in a70c8219. This commit locks down the new, correct behaviour with a test.