Raw
1 func RIGHT(x: Int) -> Int {
2 let y = x
3 // a comment
4 return ChangeMe
5 }