For example, in DartPad, no diagnostics appear for this case: ``` class Foo { final bool bar; Foo({this.bar, bar}); } ```