blob: 934729b0d97a899e6e22e5be8ce2d38a588e3757 [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() { }