blob: b728ed648b7b8b5f77ba29cd9bb74af0c9dfcf13 [file] [log] [blame]
a b(c) = d;
class C {
const C.constant();
C.missingFactoryKeyword() = C.constant;
const factory C.good() = C.constant;
C notEvenAConstructor(a) = h;
}
main() {}