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
Empty line in enum abstract is removed between G/B vars (properties in non-minimized code).
Does not happen in Main class.
Input file
enumabstractColor(Int) {
/** * Contains a float representing the green color component.*/varG=0;
/** * Contains a float representing the blue color component.*/varB=0;
}
classMain {
/** * Contains a float representing the green color component.*/varG=0;
/** * Contains a float representing the blue color component.*/varB=0;
staticfunctionmain() {}
}
Describe the bug
Empty line in enum abstract is removed between G/B vars (properties in non-minimized code).
Does not happen in Main class.
Input file
Optional: hxformat.json
The text was updated successfully, but these errors were encountered: