[vala/wip/issue/1128: 2/3] vala: Set this_parameter of method representing property accessor




commit 3343a10e1a06b619266c409c8c6f1f0e67c56d5d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jan 18 14:26:46 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]