You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because intersection types and union types are pickled in TASTy to applied type trees of imaginary types scala.& and scala.|, all implementations must intercept these names, when they could be reified as the intrinsic types that they are.
traitAtraitBtypeAwithB=AwithB// pickles to scala.&[A,B]typeAandB=A&B// pickles to scala.&[A,B]typeAorB=A|B// pickles to scala.|[A,B]