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