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