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
Code hover (F2) should display "setValue(String,boolean)" for "setValue(Keys.ONE, false)".
Currently the first setter overload is chosen because the property expression is mapped to the type Object when choosing between overloads.
The text was updated successfully, but these errors were encountered:
eric-milles
changed the title
Type inferencing of method call using property expression argument(s)
Fix type inferencing of overloaded methods and property expression argument(s)
May 20, 2019
Consider the following:
Code hover (F2) should display "setValue(String,boolean)" for "setValue(Keys.ONE, false)".
Currently the first setter overload is chosen because the property expression is mapped to the type Object when choosing between overloads.
The text was updated successfully, but these errors were encountered: