Attachment: Download
Additional Detail from JIRA
|
|
| Votes |
0 |
| Component/s |
Xcode Playground Support |
| Labels |
Improvement |
| Assignee |
None |
| Priority |
Medium |
md5: e0cc4660581b0838a1edca581e173d81
Issue Description:
Optional values are rendered in the sidebar without an indication that they are optional. This leads to confusion as to what value a variable truly holds. The optionality of the value should be displayed somehow, perhaps as:
It does correctly show `nil` when the value is `nil`.