-
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.
Make property builders a bit more flexible.
Allow a property of type `List<T>` to be built by a property builder whose `build()` method returns `List<? extends T>`. This can show up in various `@AutoBuilder` scenarios with Kotlin, for example. RELNOTES=A property of type `List<T>` can be built by a property builder whose `build()` method returns `List<? extends T>`. PiperOrigin-RevId: 508665647
- Loading branch information
1 parent
162ae8f
commit 8ba4531
Showing
2 changed files
with
44 additions
and
2 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