summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.scala
Commit message (Collapse)AuthorAgeFilesLines
* Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-131-0/+83
Direct compiler internals testing. It's really easy, you should probably use it about 1000 times each. Look at the test: run/existentials-in-compiler.scala The checkfile contains the (string representations of the) actual existentials from the compiler to make sure they correspond properly to the ones in the source. Existentials were being printed with wildcards too freely; this has been tightened up.