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