blob: d5830f14f8e9d3ea9d77e525acc8c4454817342a [file] [log] [blame]
class Class {
void Function()? field;
void Function()? get getter => null;
}
error() {}
main() {}