swiftlang/swift

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

オープン

#44,163 opened on 2016/05/18

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (10,719 件のフォーク)batch import
bugcompilergood first issueparser

Repository metrics

Stars
 (69,989 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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")

コントリビューターガイド