1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
KrisChambers 8d035a446a
Fix v/parser: Failure to parse structs with fields typed as anonymous functions returning having an optional void (?) return type. (#5684)
* Handle optional void return type in function types in struct fields.

* Add more testing for optional return types in struct fields.

* Move language parsing into it's own function

* Fix issue caused by not setting typ.

* Fix test for structs containing anon fn with optional void return types
2020-07-05 19:29:39 +02:00
..
2020-05-05 20:07:43 +02:00
2020-07-05 19:28:31 +02:00
2020-05-17 13:51:18 +02:00
2020-06-11 11:07:17 +03:00
2020-07-05 18:44:39 +03:00
2020-04-11 19:51:32 +02:00
2020-06-26 11:55:59 +02:00
2020-06-03 08:44:44 +03:00
2020-04-11 19:51:32 +02:00
2020-07-05 19:28:31 +02:00
2020-06-29 09:23:51 +03:00
2020-07-01 17:04:30 +02:00
2020-06-19 17:15:41 +02:00
2020-06-29 11:03:09 +02:00