You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotc ./scala-scala/src/library/scala/collection/immutable/Stream.scala
./scala-scala/src/library/scala/collection/immutable/Stream.scala:1103: error: covariant type A occurs in contravariant position in type => scala.collection.immutable.Stream[A] of value st
class LazyCell(st: => Stream[A]) {
^
./scala-scala/src/library/scala/collection/immutable/Stream.scala:1222: error: missing argument for parameter n of method apply: (n: Int)A
tlVal = tlGen()
^
The text was updated successfully, but these errors were encountered:
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 9, 2015
The text was updated successfully, but these errors were encountered: