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
Generated code seems to ignore given instance for the dependency source while using ScopeFactory with a single unused dependency and tries to create the instance directly.
Generated code seems to ignore given instance for the dependency source while using ScopeFactory with a single unused dependency and tries to create the instance directly.
Library version: 0.3.3-SNAPSHOT
Repro steps or stacktrace:
Scope
Creating instance of scope
Generated code
Notice
this(new TestScope.Dependencies() {});
in constructor.The text was updated successfully, but these errors were encountered: