swiftlang/swift

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

Open

#44 163 ouverte le 18 mai 2016

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Swift (10 719 forks)batch import
bugcompilergood first issueparser

Métriques du dépôt

Stars
 (69 989 stars)
Métriques de merge PR
 (Merge moyen 8j 17h) (510 PRs mergées en 30 j)

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

Guide contributeur