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

« back to all changes in this revision

Viewing changes to vala/valamethod.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:
495
495
                                process_deprecated_attribute (a);
496
496
                        } else if (a.name == "NoThrow") {
497
497
                                get_error_types ().clear ();
 
498
                        } else if (a.name == "Experimental") {
 
499
                                process_experimental_attribute (a);
498
500
                        }
499
501
                }
500
502
        }