summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/TypeDeconstructionProps.scala
Commit message (Collapse)AuthorAgeFilesLines
* simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-121-7/+2
|
* unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-1/+1
|
* add support for function type splicing and extractionDen Shabalin2013-09-051-0/+6
|
* SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-051-0/+5
|
* tests for quasiquotesDen Shabalin2013-07-081-0/+29
Introduces an extensive ScalaCheck-based test suite for recently implemented quasiquotes. Provides tools for syntactic tree comparison and verifying compilation error messages.