blob: 75f6ff5f88432973e0d61ffdbb2485c4f10d5d75 [file] [log] [blame]
class C {
// Error. There is no setter.
covariant final int x = 42;
}