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.
typically local functions are used as a way to avoid repeating a code pattern. While it's likely harder than function expression inference, maybe we could match some of the common patterns.
The text was updated successfully, but these errors were encountered:
a concrete example is
byteToHex
from core libraries. This ends up being treated as a dynamic invoke:https://github.com/dart-lang/bleeding_edge/blob/0e10f28269038a9dab22712ca133e9b9f93136c7/dart/sdk/lib/core/uri.dart#L2059
typically local functions are used as a way to avoid repeating a code pattern. While it's likely harder than function expression inference, maybe we could match some of the common patterns.
The text was updated successfully, but these errors were encountered: