From 2848b530e80c2404de8af29ab2805ffc6b381fbe Mon Sep 17 00:00:00 2001 From: Princeton Ferro Date: Thu, 15 Jul 2021 02:31:32 -0400 Subject: vala: this_parameter property for subroutines is nullable --- vala/valaproperty.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vala/valaproperty.vala') diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala index 3d2cbf78a..6f04ff97d 100644 --- a/vala/valaproperty.vala +++ b/vala/valaproperty.vala @@ -69,7 +69,7 @@ public class Vala.Property : Symbol, Lockable { /** * Represents the generated `this` parameter in this property. */ - public Parameter this_parameter { get; set; } + public Parameter? this_parameter { get; set; } /** * Specifies whether automatic accessor code generation should be -- cgit v1.2.1