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
./scala-scala/src/library/scala/collection/immutable/List.scala:417:error: objectcreation impossible, since:
it has 2 unimplemented members.
/** As seen from module class Nil$, the missing signatures are as follows. * For convenience, these are usable as stub implementations.*/defproductArity:=>Int=???defproductElement: (n: Int)Any=???caseobjectNilextendsList[Nothing] {
^
The text was updated successfully, but these errors were encountered:
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 2, 2015
As discussed in scala#780 and scala#525, the test is not needed. This makes
t1279a compile, which got moved now to pos. Fixesscala#780 and scala#915.
It also makes scala.List compile. Review by @smarter.
The text was updated successfully, but these errors were encountered: