-
Bug
-
Resolution: Fixed
-
P3
-
repo-valhalla
The pre-allocated default value of an inline class is currently allocated during the loading phase. This causes an issue to implement class redefinition for inline classes. The allocation of the default instance should be moved to the class initialization phase.