Example:
val x: String
x = System.getProperty("")
The quick fix joins the declaration with the assignment:
val x = System.getProperty("")
Configure the inspection:
You can disable the option Report with complex initialization of member properties to skip properties with complex initialization. This covers two cases: