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



commit 10c63b3eaf323d6cb68f77197ece9c44426808b5
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 92f9a9315..5f477b0e4 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]