Are circular type trees supposed to work?

We can't even join types:

*abstract A*

*abstract B*

*type D <: Union{A, B}  # Fail*

*end*

Reply via email to