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