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

Exception in compile when tuple is receiver of method call #410

Closed rsmckinney closed 1 year ago

rsmckinney commented 1 year ago

Exception in compile when tuple is receiver of method call.

(1, 2).getClass(); // causes exception
rsmckinney commented 1 year ago

Fixed with release 2022.1.33