~ubuntu-branches/debian/sid/vala-0.16/sid

« back to all changes in this revision

Viewing changes to codegen/valaccodememberaccessmodule.vala

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-06-26 00:51:33 UTC
  • mfrom: (2.1.3)
  • Revision ID: package-import@ubuntu.com-20120626005133-apjbslw5lpuq84qr
Tags: 0.16.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
                                }
186
186
                        } else if (prop.binding == MemberBinding.INSTANCE &&
187
187
                            prop.get_accessor.automatic_body &&
 
188
                            !prop.get_accessor.value_type.value_owned &&
188
189
                            current_type_symbol == prop.parent_symbol &&
189
190
                            current_type_symbol is Class &&
190
191
                            prop.base_property == null &&