Commits

Michael Ilseman committed 08ac432d3c7
[Import as member] Don't pair up get/set pairs from other modules While inferring get/set, we paired them up even when one of them was available through a custom objc header (e.g. a private header). Instead, fail to pair them up. Test case added.