git/t/t4018/swift-func

6 lines
81 B
Plaintext

func RIGHT(x: Int) -> Int {
let y = x
// a comment
return ChangeMe
}