mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
207 B
Swift
13 lines
207 B
Swift
// RUN: %incr-transfer-tree %s --expected-incremental-syntax-tree %S/Outputs/incrementalTransfer.json
|
|
|
|
func foo() {
|
|
}
|
|
|
|
func bar() {
|
|
let x = "<<<hi|||hello>>> world"
|
|
let y = 1
|
|
}
|
|
|
|
func anotherMethod() {
|
|
}
|