That's when not using a scope on foo... then it's ...
# kotlin-inject
d
That's when not using a scope on foo... then it's just a regular class, but what about
class Parent { val foo: Foo @Provides @ChildScope get() = ... }
?