~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vala/valasemanticanalyzer.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
                                // trace type arguments back to the datatype where the method has been declared
690
690
                                var instance_type = get_instance_base_type_for_member (derived_instance_type, (TypeSymbol) generic_type.type_parameter.parent_symbol, node_reference);
691
691
 
692
 
                                if (instance_type == null) {
693
 
                                        return generic_type;
694
 
                                }
 
692
                                assert (instance_type != null);
695
693
 
696
694
                                int param_index;
697
695
                                if (instance_type is DelegateType) {