blob: c0d155e2778324e5167a4579c28ba2af37721449 [file] [log] [blame]
// 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() {
}