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
In this example, left refers toManyToOne that belongs to javax.persistence.*, but right replaced javax.persistence.* by its individual members from base, not aware of left's changes.
guilhermejccavalcanti
changed the title
TypeAmbiguityError should report a conflict in a few situations in which import package is replaced by import of individual members
TypeAmbiguityError Handler should report a conflict in a few situations in which import package is replaced by import of individual members
Aug 10, 2021
In this example, left refers to
ManyToOne
that belongs tojavax.persistence.*
, but right replacedjavax.persistence.*
by its individual members from base, not aware of left's changes.testCase.zip
The text was updated successfully, but these errors were encountered: