paulirwin / JavaToCSharp

Java to C# converter
MIT License
248 stars 85 forks source link

Support Java 7 binary literals #83

Closed chanscredi closed 4 months ago

chanscredi commented 8 months ago

Got an error (tested on release version 2.1.0) image Code example:

public class Main
{
    public static void main(String[] args) {
        int bitsConsumed = 0b111;
    }
}
paulirwin commented 4 months ago

Thanks for reporting this! This is complete in trunk and will be in the next release.