[vala/staging] vala: Set this_parameter of method representing property accessor



commit 01b2de5f8c797f27d6dc6a4cc00a51593e9710fd
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jan 18 15:38:51 2021 +0100

    vala: Set this_parameter of method representing property accessor

 vala/valapropertyaccessor.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/vala/valapropertyaccessor.vala b/vala/valapropertyaccessor.vala
index adcb628db..0c1bf50b3 100644
--- a/vala/valapropertyaccessor.vala
+++ b/vala/valapropertyaccessor.vala
@@ -133,6 +133,7 @@ public class Vala.PropertyAccessor : Subroutine {
                        m.binding = prop.binding;
                        m.is_abstract = prop.is_abstract;
                        m.is_virtual = prop.is_virtual;
+                       m.this_parameter = prop.this_parameter;
                }
 
                return m;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]