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
SpaceEngine makes use of provablyDisjoint, using its Empty space as a
result. In the test case the scrutinee is of type xs.E, which has info
`>: Nothing <: <FromJavaObject>`, which isn't a subtype of Double and
Double isn't a subtype of it either. But their intersection does exist,
in boxed Double.
The code here is exactly like FromJavaObject is handled in isSubType's
"firstTry".
0 commit comments