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