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

parser: disallow `type FnType = fn(string) FnType` and `type FnType = fn (FnType) string` #21733

Closed Delta456 closed 3 days ago

Delta456 commented 3 days ago

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