-
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.
AutoBuilder support for Kotlin default constructor parameters.
If you have a class whose principal constructor has default parameters, and you make a builder for it, then you can call `build()` without having set a value for some default parameters. They will then get the default values specified in the constructor. RELNOTES=AutoBuilder now allows you to omit a Kotlin default parameter when building a Kotlin class. PiperOrigin-RevId: 436871835
- Loading branch information
1 parent
5e42336
commit d2f91bf
Showing
12 changed files
with
686 additions
and
146 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
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
Oops, something went wrong.