In #32584, we're allowing ambient classes and functions to merge, but non-ambient classes and functions still issue the same Duplicate identifier error. An improved, more specific, error would be useful. Something mentioning that either the function can have an implementation or both need to be ambient.
In #32584, we're allowing ambient classes and functions to merge, but non-ambient classes and functions still issue the same
Duplicate identifiererror. An improved, more specific, error would be useful. Something mentioning that either the function can have an implementation or both need to be ambient.