summaryrefslogtreecommitdiff
path: root/test/files/run/repl-classbased.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-021-0/+22
Under `-Yrepl-class-based`, templating must follow the same scoping as under traditional object-based. The new test shows a typical case where two values of the same simple name must be imported in different scopes.