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
- Avoid using the generic Array constructor when possible
- In the situation where we do need to use the generic Array
constructor, add an expected type to make the example more realistic
and reveal whether a checkcast is needed in bytecode to make use
of the Array at all.
With these changes, using Array or IArray produce the exact same
bytecode.
0 commit comments