Closed rsmckinney closed 2 years ago
Increment/decrement operators on properties cause compiler exception in Java 11+
public class TestMe { @var int foo; . . . foo++; // causes compiler exception in Java 11 or later }
Fix available with release 2022.1.9
Increment/decrement operators on properties cause compiler exception in Java 11+