paulirwin / JavaToCSharp

Java to C# converter
MIT License
266 stars 90 forks source link

long and double can not be volatile #92

Closed nzdev closed 9 months ago

nzdev commented 9 months ago

long and double can not be volatile, so this pr prevents the volatile keyword being applied to these types on field declaration.

paulirwin commented 9 months ago

@nzdev The direction of this PR seemed reasonable to me; any particular reason why you closed it? Thanks!