summaryrefslogtreecommitdiff
path: root/test/files/run/t6392b.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-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-191-0/+9
Wrap non-term arguments of typecheck and eval, so that toolboxes can work with full-fledged files (except for package declarations).