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
Right now, List support assumes ArrayList. Would be nice to have custom List support for different types of lists. We'd have to do some things (such as checking to see if the field is initialized in declaration) to determine if we can use the field or if we should create a temporary local variable for assignment.
The text was updated successfully, but these errors were encountered:
Right now,
List
support assumesArrayList
. Would be nice to have custom List support for different types of lists. We'd have to do some things (such as checking to see if the field is initialized in declaration) to determine if we can use the field or if we should create a temporary local variable for assignment.The text was updated successfully, but these errors were encountered: