Xcode crashes when adding documentation to method

Originator:hotngui
Number:rdar://FB7614990 Date Originated:3/5/2020
Status:Closed Resolved:Fixed
Product:Xcode Product Version:11.3.1
Classification:Crash Reproducible:Yes
 
If I create a method with the following signature and then attempt to execute the Add Documentation command Xcode crashes. The syntax in example A below is not exactly right, and the compiler does not complain. It however crashes immediately.

a)  public func dummy(_: String, second: Int) {}
b)  public func dummy(_ first: String, second: Int) {}

Comments

Fixed in Xcode 12 Beta 1


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!