Skip to content

Commit 9e14a73

Browse files
committed
1 parent 8b5b456 commit 9e14a73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/swift-files/indent/identifiers.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,10 @@ func foo() {
341341
let こんにちは = 你好 +
342342
안녕하세요 +
343343
😊
344+
345+
// https://github.com/swiftlang/swift-evolution/blob/main/proposals/0451-escaped-identifiers.md
346+
enum
347+
`abc def + ( {` {
348+
case `50`
349+
case `100`
350+
}

0 commit comments

Comments
 (0)