~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to vala/valamemberaccess.vala

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 09:35:15 UTC
  • mfrom: (1.5.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317093515-veyqriw9egujkws2
Tags: 0.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
646
646
 
647
647
                member.used = true;
648
648
                member.check_deprecated (source_reference);
 
649
                member.check_experimental (source_reference);
649
650
 
650
651
                if (access == SymbolAccessibility.PROTECTED) {
651
652
                        var target_type = (TypeSymbol) member.parent_symbol;