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 6a3e98d commit d069455Copy full SHA for d069455
tests/pos/i2104b.decompiled
@@ -1,5 +1,5 @@
1
/** Decompiled from out/posTestFromTasty/pos/i2104b/Cons.class */
2
-class Cons[H, T]() extends java.lang.Object
+trait Cons[H, T]() extends java.lang.Object
3
object Cons {
4
def apply[H, T](h: H, t: T): Cons[H, T] = scala.Predef.???
5
def unapply[H, T](t: Cons[H, T]): scala.Option[Pair[H, T]] = scala.Predef.???
0 commit comments