scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

Dotty #4013 #517

Closed allanrenucci closed 6 years ago

allanrenucci commented 6 years ago

This version of Dotty fixes several unsoundness issues and remove the unsound protected[this] escape hatch for variance checking. See lampepfl/dotty#4013

@julienrf You might want to play with this branch and make it compile with Dotty

odersky commented 6 years ago

Superseded by #519.