Skip to content

Fine grained selection of 'late' lowering by front end. #43993

Closed
@rakudrama

Description

@rakudrama

dart2js would like to lower some late variables and leave others to the front-end.

The number of configurations is large (3×2×2×2 = 24):

{static, instance, local} × {final, non-final} × {initializer, uninitialized} × {nullable, non-nullable}

Where possible, dart2js would like to be able to inspect the initializer and variable type.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions