-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure type names in AutoOneOf generated code are qualified if needed.
If the parent class has a nested type called `String` or `Object` then that is what plain `String` or `Object` in the generated code will refer to. That's pretty unlikely to happen, but we should still handle it properly. The use of backticks in the template means that the fully-qualified name will be used if necessary. RELNOTES=n/a PiperOrigin-RevId: 658406410
- Loading branch information
1 parent
27c3118
commit 7d92c59
Showing
3 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters