Commits

David Farler committed 96386b03be3
Don't use interface type as field descriptor key Nominal type descriptors use declared types for their mangled names, so we need to use them when scanning the fieldmd section for a matching record. This is fine because the descriptor can tell us about the type's generics. Individual field records continue to use the interface type.