Duplicated comment on UIApplication

Originator:dcorderoramirez
Number:rdar://29616609 Date Originated:12-Dec-2016 09:29 AM
Status:Open Resolved:
Product:tvOS + SDK Product Version:
Classification: Reproducible:
 
Area:
tvOS SDK

Summary:
There is a duplicated comment on the declaration of UIApplication, copy/paste is dangerous...


```
// returns YES if we are at least one deep in ignoring events
    
    public func isIgnoringInteractionEvents() -> Bool // returns YES if we are at least one deep in ignoring events
```

Steps to Reproduce:
1.- Open the declaration of UIApplication
2.- Look for the string "returns YES if we are at least one deep in ignoring events"

Expected Results:
Only having the comment right next to the method `isIgnoringInteractionEvents` 

Actual Results:
Duplicated comment

Version:
Xcode 8.1

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!