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