Are circular type trees supposed to work? We can't even join types:
*abstract A*
*abstract B*
*type D <: Union{A, B} # Fail*
*end*
Are circular type trees supposed to work? We can't even join types:
*abstract A*
*abstract B*
*type D <: Union{A, B} # Fail*
*end*