blob: 221252591a47fdc35e573e8b410a109a1fb900a4 [file] [log] [blame]
class C5 {
final value = 500;
const C5();
}
const c5 = const C5();