Skip to content
  • David Gobbi's avatar
    Allow wrappers to properly support "using" methods. · 88693d29
    David Gobbi authored
    A using declaration allows a class to easily re-declare all superclass
    method signatures for a particular method.  This kind of re-declaration
    is necessary to avoid shadowing superclass methods that the class does
    not override.  This patch allows the wrappers to recognize using
    declarations.
    88693d29