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
Create synthetic classes (in the top-level package) for provisional types:
- give those classes a varargs constructor
- if an instance of such a class is "assigned" to a variable with a
concrete type that shares its same name (e.g. Date -> java.util.Date),
construct an instance of the target type using the arguments provided when
constructing the provisional instance
Original issue reported on code.google.com by [email protected] on 3 May 2010 at 2:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 May 2010 at 2:56The text was updated successfully, but these errors were encountered: