-
Enhancement
-
Resolution: Withdrawn
-
P4
-
None
-
10
-
generic
-
generic
Getters for parameters accessed through NativeArguments.getArgument() or through array load from the vararg array are not optimistic. While their underlying storage is (currently) always Object[], being optimistic about them (e.g. they might be boxed ints, longs, and doubles) would allow for keeping the types narrower when they're used in calculations.