When IrField.isStatic == true initializer block is...
# compiler
p
When IrField.isStatic == true initializer block is not generated when compiling to JS. Only var fieldName; is generated
The workaround is to add irField to top level declaration (file) and make non static