in my unit test i have a value like this: `val pri...
# intellij
c
in my unit test i have a value like this:
val primary = mock<BatchLogger>()
. now i want to make it a field, and use the extract field refactoring. why does it only offer me a "property with getter" or a "lazy property"? i just want a normal field thats initialized at creation