Disabled Run Playground button with Swift String interpolation

Originator:grigaci
Number:rdar://42896216 Date Originated:09/03/2018
Status:open Resolved:
Product:Swift Playground Product Version:Xcode 10 beta 5
Classification:UI/Usability Reproducible:always
 
Summary:
Run Playground button(step by step) is disabled if the code contains a string interpolation followed by a closed parentheses.

Steps to Reproduce:

Run the following code:
let world = "World"
print("Hello \(world))")


Expected Results:
The Run Playground button should be enabled.

Actual Results:
The Run Playground button is disabled

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!