Closed
Description
Agree with @aluanhaddad in his comment about the backfire effect of --noImplicitAny
#11839 (comment)
It would be nice to add --listExplicitAny
or --warnExplicitAny
flag to catch those unfortunate circumstances.
Doing a text search for : any
may work, but I worry that there may be some case this simple text search is not sufficient.
Since the compiler has all the information needed, it may be better to let the compiler helping out here.