swiftlang/swift

[SR-1554] //*/ does not close multi-line comment

開放

#44,163 建立於 2016年5月18日

 (4 則留言) (0 個反應) (0 位負責人)Swift (10,719 個分叉)batch import
bugcompilergood first issueparser

倉庫指標

星標
 (69,989 顆星)
PR 合併指標
 (平均合併 8天 17小時) (30 天內合併 510 個 PR)

描述

Previous ID SR-1554
Radar rdar://problem/26327545
Original Reporter @jckarter
Type Bug
Votes 0
Component/s Compiler
Labels Bug, Parser, StarterBug
Assignee None
Priority Medium

md5: 2416cb9a05334e4c8d080874b91f289e

Issue Description:

//*/ should close a /* comment, but does not:

/*
//*/
print("wat")

貢獻者指南