swiftlang/swift

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

Open

#44.163 aberto em 18 de mai. de 2016

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Swift (10.719 forks)batch import
bugcompilergood first issueparser

Métricas do repositório

Stars
 (69.989 stars)
Métricas de merge de PR
 (Mesclagem média 8d 17h) (510 fundiu PRs em 30d)

Description

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

Guia do colaborador