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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
function wrapping step in _functionType function in ddc_runtime/types.dart (see TODO)
we wrap generic functions in an array: 'method': [T => [T, [core.Iterable$(T)]]] that array is not needed as it will contain one item. See _emitFunctionTypeParts.
This is not high priority on its own but may simplify fixing some other things.
The text was updated successfully, but these errors were encountered:
we currently have two redundant things:
'method': [T => [T, [core.Iterable$(T)]]]
that array is not needed as it will contain one item. See _emitFunctionTypeParts.This is not high priority on its own but may simplify fixing some other things.
The text was updated successfully, but these errors were encountered: