blob: 08204d8c8127310e53b705a6ccc141645ea3fbeb [file] [log] [blame]
class A {
int get foo => throw 42;
}
bar(int x) {}
test(A? a) {}
main() {}