blob: a14280eb049c30bf08e7ae5b24b9f4a9b260bcb7 [file] [log] [blame]
var foo: String {
let name = "white"
return name
}
// RUN: rm -rf %t.result && mkdir -p %t.result
// RUN: %refactor -find-local-rename-ranges -source-filename %s -pos=2:7 > %t.result/computed_property.swift
// RUN: diff -u %S/Outputs/property/computed_property.swift.expected %t.result/computed_property.swift