blob: e94a037af5d5b44279777557648d15b986d13c2b [file] [log] [blame]
class C4 {
final value = 499;
const C4();
// @dart = 2.7
}
const c4 = const C4();