Skip to content

Support Java 7 binary literals #83

Description

@chanscredi

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;
	}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions