~vcs-imports/vala/trunk

« back to all changes in this revision

Viewing changes to vala/valaproperty.vala

  • Committer: Rico Tzschichholz
  • Author(s): Princeton Ferro
  • Date: 2021-07-23 10:57:19 UTC
  • Revision ID: git-v1:2848b530e80c2404de8af29ab2805ffc6b381fbe
vala: this_parameter property for subroutines is nullable

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        /**
70
70
         * Represents the generated `this` parameter in this property.
71
71
         */
72
 
        public Parameter this_parameter { get; set; }
 
72
        public Parameter? this_parameter { get; set; }
73
73
 
74
74
        /**
75
75
         * Specifies whether automatic accessor code generation should be