When attempting to inject multiple type-hinted kwargs: ``` @di.inject(foo='foo', bar='bar') def baz(foo: Foo = None, bar: Bar = None): ... ``` 