blob: a34e09a661084c8774e4d152e0d157a55769fd35 [file] [log] [blame]
class Foo {
int? bar(int? x) {}
int? field;
}
int test_nullable_function_type_formal_param({int f()? = null}) {}
main() {}