blob: d6bc2b56cfe1e127fc3a061422897e398ea17744 [file] [log] [blame]
// @dart = 2.9
class A {
static const a3 = null;
}
const a1 = 3;
const a2 = 4;
main() {}