blob: 7491cb19afada86868e05e5f200b9bd04498d643 [file] [log] [blame]
class C {
// Not an error. There is a setter.
covariant late final int x;
}