blob: fb623f8889a6a03c1c5afe8742dadc783cf72d99 [file] [log] [blame]
// @dart = 2.9
class C {
const C(x);
static const constField = 87;
}
const constTopLevelField = 42;
main() {}