blob: 12838d8e2be1e8bc19bf4de465994447cf3fc4be [file] [log] [blame]
library test;
class C {
int f() => throw '';
}
g(C? c) {}
main() {}