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
TypeVar#isInstantiated uses instanceOpt, which extends inst. So either
use the pair .inst/.inst.exists or isInstantiated/.instanceOpt. The way
it was made the TypeVar in tests/fuzzy/i9293.scala return NoType with
this call. Looking around, looks like the usage of .inst directly is
much more rare and nowhere within TypeComparer (or its parents) so I
opted for instanceOpt.
0 commit comments