X Tutup
Skip to content

Transformer does not handle const instance annotations on properties. #4481

@kegluneq

Description

@kegluneq

For example:

@Component(...)
@View(...)
class MyComponent implements MyFieldGetter {
  @override
  String get myField => 'Yeah!';
}

Registers the annotation as:

const [const override()]

Rather than

const [override]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup