Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid spurious deprecation warnings in generated code (#3379)
Fixes #3371 The direct problem is that we are generating code with resolved type aliases, resulting in the `JavaTests` aliases being resolved to deprecated `JavaModuleTests` traits. However, in general generated code should probably not display warnings at all, so better to just slap `@nowarn` on the whole chunk rather than trying to fix the immediate alias resolution problem
- Loading branch information