Skip to content

Support Java 7 binary literals #83

@chanscredi

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions