blob: 32f009375e0531da8b4066d6111367b159e1866d [file] [log] [blame]
class C6 {
final value = 501;
const C6();
// @dart = 2.7
}
const c6 = const C6();