summaryrefslogtreecommitdiff
path: root/test/files/run/showraw_aliases.scala
Commit message (Collapse)AuthorAgeFilesLines
* typeCheck => typecheckEugene Burmako2013-12-101-1/+1
| | | | | This method has always been slightly bothering me, so I was really glad when Denys asked me to rename it. Let’s see how it pans out.
* SI-6718 fixes a volatile testEugene Burmako2012-11-261-2/+4
|
* sane printing of renamed importsEugene Burmako2012-11-131-0/+15
Having a select named "foo" with an underlying symbol named "bar" and trying to make sense of all that by prettyprinting is very confusing