summaryrefslogtreecommitdiff
path: root/test/files/neg/gadts2-strict.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-011-0/+1
Introduces -Xstrict-inference to deal with the significant gap between soundness and what presently compiles. I'm hopeful that it's TOO strict, because it finds e.g. 75 errors compiling immutable/IntMap.scala, but it might be that bad.