I meant if you take the design decision of injecti...
# language-proposals
d
I meant if you take the design decision of injecting some dependencies, it’d be really really nice to be able to do so into immutable fields For now I have `var`s delegating their access to ensure immutability, but I lose static analysis of said immutability.