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
Give reasonable error messages when classfiles are not found
Fixes#6501Fixes#8405
Both tests exercise corner cases where a type seems to be present at first
but then is missing. It took some effort to dig out the useful error message
from excetiopn handling code.
i"malformed type: $pre is not a legal prefix for $denot because it contains abstract type member${if (absMembers.size ==1) ""else"s"}${absMembers.mkString(", ")}"
0 commit comments