summaryrefslogtreecommitdiff
path: root/test/files/run/macro-blackbox-materialization.check
Commit message (Collapse)AuthorAgeFilesLines
* blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-121-0/+3
When an application of a blackbox macro still has undetermined type parameters after Scala’s type inference algorithm has finished working, these type parameters are inferred forcedly, in exactly the same manner as type inference happens for normal methods. This makes it impossible for blackbox macros to influence type inference, prohibiting fundep materialization.