paulirwin / JavaToCSharp

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

Boolean arrays aren't translated correctly #98

Closed NoSkillPureAndy closed 7 months ago

NoSkillPureAndy commented 8 months ago

boolean[] arrayOfBooleans; is not translated.

paulirwin commented 7 months ago

This should be fixed in trunk now, with unit test. Thanks for reporting this!