Why does the inspection "constructor parameter is ...
# intellij
m
Why does the inspection "constructor parameter is never used as property" mark a property as unused only if I use it in the initializer? (multiplatform common code where
Foo
isn't used anywhere)