You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
If a class defines their initial value of a static field with the "ConstantValue" attribute, svm evaluates the field to null, if the class get's initialized at runtime. If the class get's initialized at build time, it works fine.
Steps to reproduce the issue
Please include both build steps as well as run steps