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
Currently the type of generic arguments are just ?. The sourcemap should be updated so that the type of generic arguments are stored. We can't really read this back from the target easily, as all generics get converted to Dynamic and its then hard to differenciate between an array of dynamic and an array of a specific class object.
The text was updated successfully, but these errors were encountered:
Currently the type of generic arguments are just
?
. The sourcemap should be updated so that the type of generic arguments are stored. We can't really read this back from the target easily, as all generics get converted toDynamic
and its then hard to differenciate between an array of dynamic and an array of a specific class object.The text was updated successfully, but these errors were encountered: