File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package feathers.formatters;
2525
2626 @see `feathers.formatters.CurrencyFormatter`
2727**/
28- @:enum abstract CurrencyFormatterAlignSymbol (String ) from String to String {
28+ #if haxe4 enum #else @:enum #end abstract CurrencyFormatterAlignSymbol (String ) from String to String {
2929 // --------------------------------------------------------------------------
3030 //
3131 // Class constants
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package feathers.formatters;
2525 @see `feathers.formatters.NumberFormatter`
2626 @see `feathers.formatters.NumberBase`
2727**/
28- @:enum abstract NumberBaseRoundType (String ) from String to String {
28+ #if haxe4 enum #else @:enum #end abstract NumberBaseRoundType (String ) from String to String {
2929 // --------------------------------------------------------------------------
3030 //
3131 // Class constants
You can’t perform that action at this time.
0 commit comments