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