aboutsummaryrefslogtreecommitdiff
path: root/test/dotty
Commit message (Collapse)AuthorAgeFilesLines
* Test case for TreeInfo#defPathJason Zaugg2014-03-161-0/+30
I'm about to refactor that method in terms of a TreeAccumulator. Note that I've packaged the test case in `dotty.tools.dotc.ast` I believe this is the best approach for organizing unit tests: the import tax is minimized, and use of relative imports is made less fragile by avoiding creating new packages to test code. I'll reorganize the other unit tests like this if others agree.