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.
Last modified: 08 May 2020