summaryrefslogtreecommitdiff
path: root/test/files/pos/t8861.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8861 Handle alias when probing for AnySom Snytt2015-03-091-0/+1
If args to a method are alias types, dealias to see if they contain Any before warning about inferring it. Similarly for return and expected types.