mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
90cc29bb2c
Also add tests for syntax map deltas when editing multi-line strings
13 lines
84 B
Swift
13 lines
84 B
Swift
let a = "value"
|
|
let x = """
|
|
|
|
\(
|
|
a
|
|
)
|
|
|
|
|
|
|
|
func foo () -> String {
|
|
return "foo"
|
|
}
|