vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

checker: fix return type of alias primitive operator overloading #21663

Closed Delta456 closed 2 weeks ago

Delta456 commented 2 weeks ago

Fixes https://github.com/vlang/v/issues/21654

Delta456 commented 2 weeks ago

I don't understand why https://github.com/vlang/v/actions/runs/9468240132/job/26089267012?pr=21663 is failing. The fail is unrelated to my changes.