Essentially, having a default member initializer for a constant member
does not necessarily imply the member will have the given default value.
Remove part of a2e053638bbf ([analyzer] Treat more const variables and
fields as known contants., 2018-05-04).
Fix #47878
@NoQ I was always puzzled why don't we check if we have default bindings after checking direct bindings.
Do you have anything about that?