swiftlang/swift

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

Open

#44,163 创建于 2016年5月18日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Swift (10,719 fork)batch import
bugcompilergood first issueparser

仓库指标

Star
 (69,989 star)
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")

贡献者指南