e.g. in `string A(string p = null)`, the type of `p` should be changed to `string?`.
e.g. in
string A(string p = null), the type ofpshould be changed tostring?.