blob: ca4085f84875dc069539bdc324f5758076e21410 [file] [log] [blame]
class C5 {
final value = 500;
const C5();
// @dart = 2.7
}
const c5 = const C5();