Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

improve generic method RTTI #539

Closed
jmesserly opened this issue Apr 29, 2016 · 1 comment
Closed

improve generic method RTTI #539

jmesserly opened this issue Apr 29, 2016 · 1 comment

Comments

@jmesserly
Copy link
Contributor

we currently have two redundant things:

  • 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.

@jmesserly
Copy link
Contributor Author

This issue was moved to dart-lang/sdk#27330

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant