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
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.
From @jmesserly on April 29, 2016 22:7
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.
Copied from original issue: dart-archive/dev_compiler#539
The text was updated successfully, but these errors were encountered: