8000 support explicit instantiation of generic functions · Issue #25824 · dart-lang/sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
support explicit instantiation of generic functions #25824
Closed
@jmesserly

Description

@jmesserly

This covers two related cases:
instantiated tear offs, e.g. var x = o.m<T>
instantiation of the function type, e.g. var y = f<int>

We can infer these, so that offers a workaround:
#25619

The main issue is we lack the AST node(s) to represent it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0