Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: --compile-suffix avoids the extra renaming of homonymous classes (…
…#6073) Fixes #6072 ### What was changed? I changed it so that the comparison between the module name and the class name is done on the C# string, not the Dafny string vs. C# string. ### How has this been tested? I added a check to ensure that in the generated C# code, the class named `A` is not escaped when using `--compile-suffix` <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
- Loading branch information