Skip to content

Commit d069455

Browse files
committed
Fix check file
1 parent 6a3e98d commit d069455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i2104b.decompiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Decompiled from out/posTestFromTasty/pos/i2104b/Cons.class */
2-
class Cons[H, T]() extends java.lang.Object
2+
trait Cons[H, T]() extends java.lang.Object
33
object Cons {
44
def apply[H, T](h: H, t: T): Cons[H, T] = scala.Predef.???
55
def unapply[H, T](t: Cons[H, T]): scala.Option[Pair[H, T]] = scala.Predef.???

0 commit comments

Comments
 (0)