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

Subclasses implementing a final field with a getter confuses ddc #14

Closed
@jacob314

Description

@jacob314

Repro

abstract class Injector {
  final Injector parent = null;
...
}

class MyInjector extends Injector {
  /* severe: InvalidFieldOverride */ Injector get parent => null;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions