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