blob: 03e6dc914d5b3234512c1d8af91ed6690559d9da [file] [log] [blame]
// @dart = 2.9
library test;
class C {
int f() => null;
}
g(C c) {}
main() {}