Skip to content

Commit 46f86b7

Browse files
jdconraddavidkyle
authored andcommitted
[Painless] Add boxed type to boxed type casts for method/return (#36571)
This adds implicit boxed type to boxed types casts for non-def types to create asymmetric casting relative to the def type when calling methods or returning values. This means that a user calling a method taking an Integer can call it with a Byte, Short, etc. legally which matches the way def works. This creates consistency in the casting model that did not previously exist.
1 parent 86e6d18 commit 46f86b7

File tree

4 files changed

+573
-133
lines changed

4 files changed

+573
-133
lines changed

0 commit comments

Comments
 (0)