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.42k stars 125 forks source link

tuple error on restart idea #530

Closed zcfire2017 closed 11 months ago

zcfire2017 commented 12 months ago

image

rsmckinney commented 12 months ago

Hi @zcfire2017. Were there any IntelliJ errors after the restart? Referring to errors indicated by red icon in bottom right corner of IDE.

zcfire2017 commented 12 months ago

Hi @zcfire2017. Were there any IntelliJ errors after the restart? Referring to errors indicated by red icon in bottom right corner of IDE.

No error reported,this is just restart image

zcfire2017 commented 12 months ago

@rsmckinney This is a problem with using var type inference,If you use an explicit type, the error will not occur image