GNOME Bugzilla – Bug 757678
tests: Add more regression tests for (not nullable)
Last modified: 2015-11-06 14:32:54 UTC
Patch attached to add some more regression tests for (not nullable) interaction with other annotations.
Created attachment 314976 [details] [review] tests: Add more regression tests for (not nullable) On bug #719966, the question arose of whether parameters annotated with (element-type) but not (not nullable) are regarded as nullable or non-nullable. Add some new unit tests to Regress-1.0.gir to check the behaviour is as expected: annotating a parameter with (element-type) implicitly makes it non-nullable (unless also annotated with (nullable)).
Review of attachment 314976 [details] [review]: Nice! Thanks.
Attachment 314976 [details] pushed as d8e2574 - tests: Add more regression tests for (not nullable)