Raw
1 class Service {
2 @objc func RIGHT() {
3 let path = "/api"
4 // a comment
5 log(ChangeMe)
6 }
7 }