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