blob: 76d0027585f8d1e538fecbaf46dee8bea50e353d [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() {}