does the compiler warn when an extension is shadow...
# announcements
s
does the compiler warn when an extension is shadowed, either by an actual member, or by another extension. or error would probably be nicer. more specifically i would be afraid of updating a library and getting odd behavior, to only find out that it's because the library is now using my extension function for some reason, instead of their own. or visa versa