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