Files
swift-mirror/test/refactoring/LocalizeString/Outputs/basic/L4.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

7 lines
135 B
Plaintext

func testStringLiteral() -> String {
let name = "Jason"
print("Hello, \(name)!")
return NSLocalizedString("abc", comment: "")
}