Files
swift-mirror/test/refactoring/rename/Outputs/property/computed_property.swift.expected
Argyrios Kyrtzidis 60a91bb736 [refactoring] Upstreaming the implementation for Swift local refactoring (#11568)
[refactoring] Upstreaming the implementation for Swift local refactoring
2017-08-22 16:50:16 -07:00

6 lines
82 B
Plaintext

var foo: String {
let <base>name</base> = "white"
return <base>name</base>
}