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
eric-milles
changed the title
Fix type inferencing and syntax highlighting for closures used as constructor arguments
Fix type inferencing and syntax highlighting for parameters of closure constructor arguments
Apr 21, 2020
Consider the following:
Inferred type of "list" is
Object
instead ofList<Integer>
.Method call variation for comparison:
The text was updated successfully, but these errors were encountered: