We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab142cc commit f8d4492Copy full SHA for f8d4492
compat/src/test/scala/test/scala/collection/LazyListLazinessTest.scala
@@ -825,7 +825,7 @@ class LazyListLazinessTest {
825
}
826
827
@Test
828
- @Ignore // TODO: enable after upgrading Scala.js to 1.1.2+
+ @Ignore // TODO: enable after we drop Scala.js 0.6.x support
829
def `#::_properlyLazy`(): Unit = {
830
// genericCons_properlyLazy(_ #:: _)
831
genericCons_properlyLazy((hd, tl) => tl.#::(hd))
0 commit comments