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