manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

Increment/decrement operators on properties cause compiler exception in Java 11+ #351

Closed rsmckinney closed 2 years ago

rsmckinney commented 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
  }
rsmckinney commented 2 years ago

Fix available with release 2022.1.9