Skip to content

Commit 1747921

Browse files
committed
Disable FromTasty test
I got the following difference for i0306.scala ``` < val x: scala.AnyRef = new bar.C[scala.collection.Seq[_ >: scala.Nothing <: scala.Any]]() --- > val x: scala.AnyRef = new ([T >: scala.Nothing <: scala.collection.Seq[_ >: scala.Nothing <: scala.Any]] => bar.C[T])[scala.collection.Seq[_ >: scala.Nothing <: scala.Any]]() That is, the output has eta expanded bar.C to [T] => bar.C[T]. It's not done during unpickling as far as I can see, so some code must do it afterwards.
1 parent d9a9952 commit 1747921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/test/dotc/pos-from-tasty.blacklist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ t6278-synth-def.scala
2727

2828
# Need to print empty tree for implicit match
2929
i5938.scala
30+
31+
# decompiled output has an extra eta-expansion (due to dealiasing?)
32+
i0306.scala
33+

0 commit comments

Comments
 (0)