Commit b3b1bd9
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 b3b1bd9
File tree
4 files changed
+10
-3
lines changed- compiler
- src/dotty/tools/dotc/config
- test/dotc
- docs
- docs/reference
4 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments