Code Inspection: Use of possibly unassigned property in a static initializer
Reports when a class member initializer references another non-hoisted class member that could be not initialized yet.
Class members initialization happens consequently for fields, thus, a field cannot reference another field declared later.
Suppress an inspection in the editor
Position the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 16 July 2021