Closed samcook closed 5 years ago
It's possible to have namespaces structured such that AsyncRewriter generates code that prefers the "other" namespace, resulting in either the code not compiling, or if there is a method with a matching signature, the wrong method being called.
This MR has a test demonstrating the situation.
Ouch. Thanks for spotting.
It's possible to have namespaces structured such that AsyncRewriter generates code that prefers the "other" namespace, resulting in either the code not compiling, or if there is a method with a matching signature, the wrong method being called.
This MR has a test demonstrating the situation.