Commit 7ccc244
committed
Fix companion parents for enum case
In the case where an enum case contains an extends clause whose type is not
fully specified, we cannot generate a function type parent for the companion
object.
In fact, this business of generating function types as parents of case class
companions is getting more and more fragile. We should maybe get out of it
altogether.1 parent 8712559 commit 7ccc244
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
602 | 603 | | |
603 | 604 | | |
604 | 605 | | |
| |||
0 commit comments