You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
When not part of the same package, that's necessary to avoid compile time errors, but here they are part of the same package. Note that I tested this on a composed @FreeBuilder type, not on other buildable types.
For example, this won't work because setNested2 doesn't have a overload that accepts a Nested2.Builder.
When not part of the same package, that's necessary to avoid compile time errors, but here they are part of the same package. Note that I tested this on a composed
@FreeBuilder
type, not on other buildable types.For example, this won't work because
setNested2
doesn't have a overload that accepts aNested2.Builder
.But if make
Nested2.Builder
public, even without makingNested2
public, i.e.the setter is generated.
The text was updated successfully, but these errors were encountered: