summaryrefslogtreecommitdiff
path: root/test/files/neg/t9093.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9093 Fix value discarding / multiple param list crasherJason Zaugg2015-01-201-0/+6
The type error stemming from missing argument list was being swallowed when the expected type was `Unit` and there were undetermined type parameters in the expression. This commit modifies `adapt` to avoid using `instantiateExpectingUnit` when the tree is typed with `MethodType`.