GNOME Bugzilla – Bug 750698
[Genie] Move handling of var declaration to separate function
Last modified: 2015-11-26 16:06:36 UTC
Created attachment 304958 [details] [review] Move handling of var declaration to a separate function to improve readability This patch moves the handling of a var declaration from parse_local_variable_declarations to a separate function called parse_type_inference_declaration. This is a re-factoring to improve readability of the Genie parser source code after a review for another patch. There is no functional change.
Created attachment 304959 [details] Tests for type inference These are the tests the patch was run against. All tests pass for me.
Fixed by patch applied from https://bugzilla.gnome.org/show_bug.cgi?id=746704