Swift print() without arguments functions print () to console
| Originator: | konstantin.koval1 | ||
| Number: | rdar://22347943 | Date Originated: | 19-Aug-2015 09:19 PM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode-beta (7A176x) |
| Classification: | Enhancement | Reproducible: | Always |
Summary:
Swift print() without arguments functions print () to console
Steps to Reproduce:
- run REPL and execute (or use in usual swift files)
print()
- Check the console output
Expected Results:
I want to see empty line like when execute print("")
Actual Results:
I see () in console
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!