summaryrefslogtreecommitdiff
path: root/test/files/neg/t5091.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5091 Move named-args cycle test from pending to negJason Zaugg2014-10-101-0/+11
There is a typechecking cycle, and since 4669ac180e5 we now report this in a clearer manner. Once we change the language to unconditionally interpret an assignent in argument position as a named argument would be the only way to get this over to `pos`.