blob: 53f98f0316b9307f359b32bc5a2be5535890ee07 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
C(Object o) : assert(o);
}
main() {}