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