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
Before this change, the prefix of a constructor TermRef was the prefix
of the class, this means that it was possible for two constructors to
have the same prefix, the same name ("<init>") and the same signature.
This could cause double binding errors.
0 commit comments