Skip to content
  • David Gobbi's avatar
    Allow use of all enum types as method parameters. · 67a70a82
    David Gobbi authored
    Previously, enum types could only be used as method parameters if
    the enum type was defined in the same class as the method.  This change
    removes that restriction, by using the hierarchy files to figure out
    what enum types will be wrapped across the whole project.
    
    Change-Id: Ia44272a341312f984d05ed54ae3318c12a2fe404
    67a70a82