Swift compiler crashes (Xcode as well) in println()

Originator:stanislav.yaglo
Number:rdar://17178112 Date Originated:5.06.2014
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 6
Classification:Crash Reproducible:Always
 
Summary:
Try to compile this code:
var a = 1, b = 2
println(a, b)

Steps to Reproduce:
1. Open Playground or create a file
2. Paste this code:
var a = 1, b = 2
println(a, b)
2a. If using a file, compile it with swift
3. In case of Playground, Xcode crashes, in case of plain swift compiler, the compiler crashes

Expected Results:
No crash/syntax error

Actual Results:
Crash

Version:
Swift version 1.0 (swift-600.0.34.4.5)
Target: x86_64-apple-darwin13.2.0


Notes:


Configuration:
Does not matter

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!