Accessing an outlet property of type TableView with private access shows ambiguous error not access level error

Originator:mukesh9039
Number:rdar://30916702 Date Originated:08-Mar-2017 02:00 PM
Status:open Resolved:
Product:Developer Tools Product Version:
Classification: Reproducible:
 
I have a view controller in which there's an outlet property of type TableView and I changed its access level to private. I created an extension to this view controller which conforms to a protocol and inside this extension, I am trying to access the tableView property but due to private access level, it should show Accessible error. It's not showing Accessible error but 'Ambiguous error'.

I have attached the screenshots. I think it might be due to the name I am using which is 'tableView' but it should show the correct error.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!