aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/flowops.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to checkNonCyclicMartin Odersky2016-03-301-0/+31
Simplified logic and now check prefixes of TypeRefs. Without the simplified logic we would get false cyclic errors for ski.scala. Test case: flowops.scala Fixes #1185.