``` fun with(value: Any, debugType: Type) = contai...
# kodein
a
Copy code
fun with(value: Any, debugType: Type) = container.bind(Key(Bind(value.javaClass, _tag), Unit.javaClass), _overrides) with CInstance(debugType, value)