blob: bdcdbfe3ef41dc6c94c9f9a05357169d18500bc3 [file] [log] [blame]
library test;
class C {
int f() => null;
}
g(C c) {}
main() {}