We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Main { static function main() { final v:tink.pure.Vector<Int> = [1,2]; switch v { case [1,2]: true; case _: false; } } }
with -v:
-v
... Typing macro tink.pure._Vector.Vector_Impl_._new Typing macro tink.pure._Vector.Vector_Impl_.unwrap Typing macro tink.pure._Vector.Vector_Impl_.get Typing macro tink.pure._Vector.Vector_Impl_.map Typing macro tink.pure._Vector.Vector_Impl_.filter Typing macro tink.pure._Vector.Vector_Impl_.sorted Typing macro tink.pure._Vector.Vector_Impl_.concat Typing macro tink.pure._Vector.Vector_Impl_.lconcat Typing macro tink.pure._Vector.Vector_Impl_.fromVector Typing macro tink.pure._Vector.Vector_Impl_.fromArray Typing macro tink.pure._Vector.Vector_Impl_.fromMutable Typing macro tink.pure._Vector.Vector_Impl_.fromIterable Typing macro tink.pure._Vector.Vector_Impl_.toArray Typing macro tink.pure._Vector.Vector_Impl_.ofAny Typing macro tink.pure._Vector.Vectorlike_Impl_.ofSingle Calling macro tink.pure._Vector.Vector_Impl_.ofAny (src/Main.hx:5) Exiting macro tink.pure._Vector.Vector_Impl_.ofAny Typing tink.pure._Vector.Vector_Impl_._new
The text was updated successfully, but these errors were encountered:
Guess this is related to HaxeFoundation/haxe#8012
Sorry, something went wrong.
Seems this was caused here: 651a254#diff-cefb27c151c8992f75ee3147097fe7d56cb7303aa5e2335d01385fa674aa1296R44-R57
No branches or pull requests
with
-v
:The text was updated successfully, but these errors were encountered: